We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fff03 commit 39f999cCopy full SHA for 39f999c
domReady.js
@@ -30,9 +30,9 @@ define(['require'], function(req) {
30
return (global.require && global.require.ready) || function (cb) {
31
// If it's not available, assume a domReady! plugin is available
32
req(['domReady!'], function () {
33
- // Using domReady! as a plugin will automatically wait for domReady
34
- // so we can just call the callback.
35
- cb();
+ // Using domReady! as a plugin will automatically wait for domReady
+ // so we can just call the callback.
+ cb();
36
});
37
};
38
0 commit comments