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:
34a9f8a
)
Made the IE frameElement check more explicit. Fixes #3880.
author
John Resig
<jeresig@gmail.com>
Sat, 17 Jan 2009 22:04:23 +0000
(22:04 +0000)
committer
John Resig
<jeresig@gmail.com>
Sat, 17 Jan 2009 22:04:23 +0000
(22:04 +0000)
src/event.js
patch
|
blob
|
history
diff --git
a/src/event.js
b/src/event.js
index
08deb8b
..
e46e108
100644
(file)
--- a/
src/event.js
+++ b/
src/event.js
@@
-638,7
+638,7
@@
function bindReady(){
// If IE and not an iframe
// continually check to see if the document is ready
- if ( document.documentElement.doScroll && !window.frameElement ) (function(){
+ if ( document.documentElement.doScroll && typeof window.frameElement === "undefined" ) (function(){
if ( jQuery.isReady ) return;
try {