From d9660e1bf4f378e0fcb77ba266f27cdec7cda022 Mon Sep 17 00:00:00 2001 From: "adam j. sontag" Date: Mon, 17 Jan 2011 17:20:37 -0500 Subject: [PATCH] Fix tabs vs spaces in initial workaround commit --- src/traversing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/traversing.js b/src/traversing.js index f41816c..929547c 100644 --- a/src/traversing.js +++ b/src/traversing.js @@ -208,7 +208,7 @@ jQuery.each({ // https://github.com/jquery/jquery/commit/52a0238 // to work around a bug in Chrome 10 (Dev) and should be removed when the bug is fixed. // http://code.google.com/p/v8/issues/detail?id=1050 - args = slice.call(arguments); + args = slice.call(arguments); if ( !runtil.test( name ) ) { selector = until; -- 1.7.10.4