diff options
author | adam j. sontag <ajpiano@ajpiano.com> | 2011-01-17 17:03:45 -0500 |
---|---|---|
committer | adam j. sontag <ajpiano@ajpiano.com> | 2011-01-17 17:03:45 -0500 |
commit | 4058881784cec4adad881188064421ded69a0258 (patch) | |
tree | 8a191713f21daa92a8da0e062e6ab4a58dd36d73 /src/traversing.js | |
parent | 28a1bad7b18b7ca4937666893e268d6e1378ee4f (diff) | |
download | jquery-4058881784cec4adad881188064421ded69a0258.tar.gz jquery-4058881784cec4adad881188064421ded69a0258.zip |
Add link to chrome issue ticket
Diffstat (limited to 'src/traversing.js')
-rw-r--r-- | src/traversing.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/traversing.js b/src/traversing.js index ee1d78b0e..c54e25430 100644 --- a/src/traversing.js +++ b/src/traversing.js @@ -207,6 +207,7 @@ jQuery.each({ // The variable 'args' was introduced in // https://github.com/jquery/jquery/commit/52a02383fa521c51d9996a46f03a7080dd825f11 // 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 ) ) { |