Skip to content

Commit 7485785

Browse files
author
Joan He
committed
B2B-343: Stabilize Community PR
1 parent a07e5be commit 7485785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web/requirejs/domReady.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ define(function () {
9090
//There is still a window.onload binding that should get fired if
9191
//DOMContentLoaded is missed.
9292
if (document.readyState !== "loading") {
93+
// Handle it asynchronously to allow scripts the opportunity to delay ready
9394
setTimeout(pageLoaded);
9495
}
9596
}

0 commit comments

Comments
 (0)