Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
...next
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed May 7, 2011
1 parent 3a12123 commit 7446528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next/LAB.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
// NOTE: no append to DOM yet, appending will happen when ready to execute
}
// use async=false parallel-load-serial-execute
else if (script_async) {
else if (script_async) {
script.async = false;
create_script_load_listener(script,registry_item,"finished",onload);
script.src = script_obj.src;
Expand Down Expand Up @@ -247,7 +247,7 @@
};

request_script(chain_opts,script_obj,chain_group,registry_item,
(chain_group.preload) ? function(){
(chain_group.preload && !script_async) ? function(){
registry_item.ready = true;
for (var i=0; i<registry_item.ready_listeners.length; i++) {
setTimeout(registry_item.ready_listeners[i],0);
Expand Down

0 comments on commit 7446528

Please sign in to comment.