git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346ceac
)
Reverted the change that I made in #1320.
author
John Resig
<jeresig@gmail.com>
Sun, 2 Sep 2007 22:34:18 +0000
(22:34 +0000)
committer
John Resig
<jeresig@gmail.com>
Sun, 2 Sep 2007 22:34:18 +0000
(22:34 +0000)
src/event/event.js
patch
|
blob
|
history
diff --git
a/src/event/event.js
b/src/event/event.js
index
3b3294b
..
3df1ae7
100644
(file)
--- a/
src/event/event.js
+++ b/
src/event/event.js
@@
-982,7
+982,7
@@
function bindReady(){
// script does not exist if jQuery is loaded dynamically
if ( script )
script.onreadystatechange = function() {
- if ( document.readyState != "complete" ) return;
+ if ( this.readyState != "complete" ) return;
jQuery.ready();
};