From: Oleg Date: Mon, 24 Dec 2012 00:47:13 +0000 (+0400) Subject: Use tabs instead of spaces X-Git-Tag: 2.0.0b1~59^2~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f7528916a29f5d8cd3d19285a67cd84ea9dcfe91;p=jquery.git Use tabs instead of spaces --- diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index b8b5e1724..5cb30c81a 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -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("
").before(function( index ) { equal( index, i++, "Index should be correct" );