Ticket #2771: core.js.patch
| File core.js.patch, 395 bytes (added by ericsk, 8 months ago) |
|---|
-
core.js
old new 144 144 index: function( elem ) { 145 145 var ret = -1; 146 146 147 // if the elem argument is a jQuery object, get the element 148 if (elem instanceof jQuery) { 149 elem = elem.get(0); 150 } 151 147 152 // Locate the position of the desired element 148 153 this.each(function(i){ 149 154 if ( this == elem )
