X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Ftraversing.js;h=929547c11d5f28e56766a28952a3ad89af02fb83;hb=ea5ce8c2a916ad44af21411d6e2b21ab9f6863f0;hp=f41816cfdb39ae9570c14214c90525407d1ec009;hpb=78be517727674d1e0a208e3e144eac8840d653e7;p=jquery.git 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;