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:
51428a3
)
jquery core: Removed an orphaned line. Thanks mose.
author
Ariel Flesler
<aflesler@gmail.com>
Sat, 27 Dec 2008 18:21:54 +0000
(18:21 +0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Sat, 27 Dec 2008 18:21:54 +0000
(18:21 +0000)
src/core.js
patch
|
blob
|
history
diff --git
a/src/core.js
b/src/core.js
index
3900a0a
..
09e6895
100644
(file)
--- a/
src/core.js
+++ b/
src/core.js
@@
-151,8
+151,6
@@
jQuery.fn = jQuery.prototype = {
// Determine the position of an element within
// the matched set of elements
index: function( elem ) {
- var ret = -1;
-
// Locate the position of the desired element
return jQuery.inArray(
// If it receives a jQuery object, the first element is used