diff options
author | Anton M <obhvsbypqghgc@gmail.com> | 2011-02-15 22:03:23 +0100 |
---|---|---|
committer | Anton M <obhvsbypqghgc@gmail.com> | 2011-02-15 22:09:09 +0100 |
commit | 6b08d88d04f4a41849753999e6e18126895086d0 (patch) | |
tree | 3695e03b7c6143a32fedb03e72e75d1f0b5d516d /src/traversing.js | |
parent | 12c0e1a692aa045e9d3cf166a41748d7f5fe31cc (diff) | |
download | jquery-6b08d88d04f4a41849753999e6e18126895086d0.tar.gz jquery-6b08d88d04f4a41849753999e6e18126895086d0.zip |
Fix some whitespace issues.
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 90601df55..fe2e33d88 100644 --- a/src/traversing.js +++ b/src/traversing.js @@ -204,11 +204,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; |