Skip to content

Commit 39f999c

Browse files
committed
spaces to tabs
1 parent 37fff03 commit 39f999c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

domReady.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ define(['require'], function(req) {
3030
return (global.require && global.require.ready) || function (cb) {
3131
// If it's not available, assume a domReady! plugin is available
3232
req(['domReady!'], function () {
33-
// Using domReady! as a plugin will automatically wait for domReady
34-
// so we can just call the callback.
35-
cb();
33+
// Using domReady! as a plugin will automatically wait for domReady
34+
// so we can just call the callback.
35+
cb();
3636
});
3737
};
3838

0 commit comments

Comments
 (0)