Optimized the clean() code to no longer use .trim() (speeds up working against long...
authorJohn Resig <jeresig@gmail.com>
Mon, 9 Feb 2009 15:41:50 +0000 (15:41 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 9 Feb 2009 15:41:50 +0000 (15:41 +0000)
commit136a459f4c24880f6d07f26c07e56451385637e0
treec31e461dcebe49d719a4efec9defdf5e468aea2a
parent6b938e1c162877ee62681f8aefe6f64ba208eead
Optimized the clean() code to no longer use .trim() (speeds up working against long HTML in IE). Fixes #4037.
src/core.js