Use tabs instead of spaces

This commit is contained in:
Oleg
2012-12-24 04:47:13 +04:00
parent 25712d77c3
commit f7528916a2

View File

@@ -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" );