mirror of
https://github.com/jquery/jquery.git
synced 2026-01-26 02:48:04 -05:00
Use tabs instead of spaces
This commit is contained in:
@@ -2240,7 +2240,7 @@ test( "insertAfter, insertBefore, etc do not work when destination is original e
|
||||
});
|
||||
|
||||
test( "Index for function argument should be received (#13094)", 2, function() {
|
||||
var i = 0;
|
||||
var i = 0;
|
||||
|
||||
jQuery("<div/><div/>").before(function( index ) {
|
||||
equal( index, i++, "Index should be correct" );
|
||||
|
||||
Reference in New Issue
Block a user