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:
d252983
)
Oops, syntax error.
author
John Resig
<jeresig@gmail.com>
Thu, 31 Aug 2006 08:14:33 +0000
(08:14 +0000)
committer
John Resig
<jeresig@gmail.com>
Thu, 31 Aug 2006 08:14:33 +0000
(08:14 +0000)
src/event/event.js
patch
|
blob
|
history
diff --git
a/src/event/event.js
b/src/event/event.js
index
27e4104
..
051ba00
100644
(file)
--- a/
src/event/event.js
+++ b/
src/event/event.js
@@
-1634,7
+1634,7
@@
new function(){
// Use the defer script hack
var script = document.getElementById("__ie_init");
script.onreadystatechange = function() {
- if ( this.readyState 1= "complete" ) return;
+ if ( this.readyState != "complete" ) return;
this.parentNode.removeChild( this );
jQuery.ready();
};