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:
c96b991
)
Removed log statement
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Tue, 23 Jan 2007 11:07:10 +0000
(11:07 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Tue, 23 Jan 2007 11:07:10 +0000
(11:07 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
19ee7c1
..
2c494d1
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-931,7
+931,7
@@
jQuery.fn = jQuery.prototype = {
jQuery.grep(this, function(a) {
return ( t.constructor == Array || t.jquery )
- ? console.log("t: %o a: %o", t, a) | jQuery.inArray( a, t ) < 0
+ ? jQuery.inArray( a, t ) < 0
: a != t;
})
);