From f7528916a29f5d8cd3d19285a67cd84ea9dcfe91 Mon Sep 17 00:00:00 2001 From: Oleg Date: Mon, 24 Dec 2012 04:47:13 +0400 Subject: [PATCH] Use tabs instead of spaces --- test/unit/manipulation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); -- 2.39.5