diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-02-26 18:53:25 -0500 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-02-26 18:53:25 -0500 |
commit | 9e5ec378e35a04f123e82cb1cb5b3eb45254f6f4 (patch) | |
tree | ef79e26f18aed9c20cc61bc54b6dfefa6037d977 /src/traversing.js | |
parent | ed48787ec58c12917faf47e3b95e043b2b6ded10 (diff) | |
parent | 71bd828d9f975fb1047b9fa2a78949cafd8006ac (diff) | |
download | jquery-9e5ec378e35a04f123e82cb1cb5b3eb45254f6f4.tar.gz jquery-9e5ec378e35a04f123e82cb1cb5b3eb45254f6f4.zip |
Merge branch 'master' of git://github.com/jquery/jquery into bug_2773
Diffstat (limited to 'src/traversing.js')
-rw-r--r-- | src/traversing.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/traversing.js b/src/traversing.js index f8d08fa9a..c46ce45fe 100644 --- a/src/traversing.js +++ b/src/traversing.js @@ -205,11 +205,11 @@ jQuery.each({ }, function( name, fn ) { jQuery.fn[ name ] = function( until, selector ) { var ret = jQuery.map( this, fn, until ), - // The variable 'args' was introduced in - // 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); + // The variable 'args' was introduced in + // 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); if ( !runtil.test( name ) ) { selector = until; |