Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:mootools/mootools-core
Browse files Browse the repository at this point in the history
  • Loading branch information
anutron committed Jun 1, 2009
2 parents e82b253 + f4ee92c commit 7e93038
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Utilities/DomReady.js
Expand Up @@ -27,7 +27,6 @@ Element.Events.domready = {
var temp = document.createElement('div');
(function(){
($try(function(){
temp.doScroll('left');
return $(temp).inject(document.body).set('html', 'temp').dispose();
})) ? domready() : arguments.callee.delay(50);
})();
Expand Down

0 comments on commit 7e93038

Please sign in to comment.