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:
c690472
)
Fixed the Safari crashing bug. So much hate.
author
John Resig
<jeresig@gmail.com>
Thu, 11 Jan 2007 03:57:19 +0000
(
03:57
+0000)
committer
John Resig
<jeresig@gmail.com>
Thu, 11 Jan 2007 03:57:19 +0000
(
03:57
+0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
71485b0
..
dbec38f
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-1383,7
+1383,7
@@
jQuery.extend({
clean: function(a) {
var r = [];
-
+
for ( var i = 0, al = a.length; i < al; i++ ) {
var arg = a[i];
@@
-1436,7
+1436,7
@@
jQuery.extend({
arg = div.childNodes;
}
- if ( arg.nodeType )
+ if ( arg[0] == undefined )
r.push( arg );
else
r = jQuery.merge( r, arg );