No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1 and...
authorJohn Resig <jeresig@gmail.com>
Thu, 26 Feb 2009 18:00:41 +0000 (18:00 +0000)
committerJohn Resig <jeresig@gmail.com>
Thu, 26 Feb 2009 18:00:41 +0000 (18:00 +0000)
commit985856b823b1648bffc3fd63c1faf836d0ddaf7c
tree61c0dc0fde655abb8c05c75e617393b4606ef4d3
parent410e13b40097fa6b26ce9a27f865ff258efa23b4
No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1 and Caja compatibility. Fixes jQuery bug #4251.
src/event.js
src/selector.js
src/support.js