aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg <markelog@gmail.com>2012-12-24 04:47:13 +0400
committerOleg <markelog@gmail.com>2012-12-24 04:47:13 +0400
commitf7528916a29f5d8cd3d19285a67cd84ea9dcfe91 (patch)
treeab92860b67c77db8b5cbc15d5df430dc2b8e1f27
parent25712d77c3bc0221b5b2b9b9492c20a9cfbe1b17 (diff)
downloadjquery-f7528916a29f5d8cd3d19285a67cd84ea9dcfe91.tar.gz
jquery-f7528916a29f5d8cd3d19285a67cd84ea9dcfe91.zip
Use tabs instead of spaces
-rw-r--r--test/unit/manipulation.js2
1 files changed, 1 insertions, 1 deletions
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("<div/><div/>").before(function( index ) {
equal( index, i++, "Index should be correct" );