Skip to content
Permalink
Browse files
Use tabs instead of spaces
  • Loading branch information
markelog committed Dec 24, 2012
1 parent 25712d7 commit f752891
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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" );

0 comments on commit f752891

Please sign in to comment.