Make sure that at least one argument is provided to .slice(), in accordance with...
authorJohn Resig <jeresig@gmail.com>
Thu, 23 Jul 2009 13:22:55 +0000 (13:22 +0000)
committerJohn Resig <jeresig@gmail.com>
Thu, 23 Jul 2009 13:22:55 +0000 (13:22 +0000)
commit0a6c5205d21c29485ff8338881825135b6d9f373
tree45da5d28f864960b11d3cc4e07eb5f450a0c7322
parentb964e56946c9111d7e53fa1eafb14cab3cd642f2
Make sure that at least one argument is provided to .slice(), in accordance with the spec. Fixes jQuery bug #4942.
src/core.js
src/event.js
src/selector.js