aboutsummaryrefslogtreecommitdiffstats
path: root/src/traversing.js
diff options
context:
space:
mode:
authorAnton M <obhvsbypqghgc@gmail.com>2011-02-15 22:03:23 +0100
committerAnton M <obhvsbypqghgc@gmail.com>2011-02-15 22:09:09 +0100
commit6b08d88d04f4a41849753999e6e18126895086d0 (patch)
tree3695e03b7c6143a32fedb03e72e75d1f0b5d516d /src/traversing.js
parent12c0e1a692aa045e9d3cf166a41748d7f5fe31cc (diff)
downloadjquery-6b08d88d04f4a41849753999e6e18126895086d0.tar.gz
jquery-6b08d88d04f4a41849753999e6e18126895086d0.zip
Fix some whitespace issues.
Diffstat (limited to 'src/traversing.js')
-rw-r--r--src/traversing.js10
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;