aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
diff options
context:
space:
mode:
authorAriel Flesler <aflesler@gmail.com>2008-12-27 18:21:54 +0000
committerAriel Flesler <aflesler@gmail.com>2008-12-27 18:21:54 +0000
commitd37aeceb6974e013c2b15d4888fa84695c171422 (patch)
treee7b3ef7d9444f7a6081b38c95533d2c4ad4ca558 /src/core.js
parent51428a3c9e21f8c98e9ada60e5fa34ee53de0aa3 (diff)
downloadjquery-d37aeceb6974e013c2b15d4888fa84695c171422.tar.gz
jquery-d37aeceb6974e013c2b15d4888fa84695c171422.zip
jquery core: Removed an orphaned line. Thanks mose.
Diffstat (limited to 'src/core.js')
-rw-r--r--src/core.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core.js b/src/core.js
index 3900a0a5c..09e689585 100644
--- 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