Move cases of .replace(re, Function) out from inline (to avoid being redeclared on...
authorJohn Resig <jeresig@gmail.com>
Sun, 19 Jul 2009 15:57:43 +0000 (15:57 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 19 Jul 2009 15:57:43 +0000 (15:57 +0000)
commitf57d93bf18a2d5c3b7a0b50da67cf6147aa389c3
tree3f8d1976ad10e5105e7e770edada1ebedc0d2e6d
parent0ac9898d6b7200075d20e36d7c31ad77585c8778
Move cases of .replace(re, Function) out from inline (to avoid being redeclared on every use). Fixes #4114.
src/css.js
src/manipulation.js