]> source.dussan.org Git - jquery.git/commitdiff
Use tabs instead of spaces
authorOleg <markelog@gmail.com>
Mon, 24 Dec 2012 00:47:13 +0000 (04:47 +0400)
committerOleg <markelog@gmail.com>
Mon, 24 Dec 2012 00:47:13 +0000 (04:47 +0400)
test/unit/manipulation.js

index b8b5e172418db315bbf8b27fd6bd3fd1f8898f69..5cb30c81ab19f901abc3c0bc058c6c270bb2fa0b 100644 (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" );