Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindkinsey committed Apr 14, 2011
1 parent 1110242 commit 80f6d1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Core.js
Expand Up @@ -128,11 +128,13 @@ else {
}

function dom_onReady(){
dom_onReady = emptyFn;
if (domIsReady) {
return;
}
domIsReady = true;
// #ifdef debug
_trace("firing dom_onReady");
// #endif
domIsReady = true;
for (var i = 0; i < domReadyQueue.length; i++) {
domReadyQueue[i]();
}
Expand Down

0 comments on commit 80f6d1f

Please sign in to comment.