Don't cache non-html strings in buildFragment to avoid possible collision with the...
authorDave Methvin <dave.methvin@gmail.com>
Mon, 27 Dec 2010 19:43:52 +0000 (13:43 -0600)
committerColin Snover <github.com@zetafleet.com>
Mon, 27 Dec 2010 19:43:52 +0000 (13:43 -0600)
commit5fd21fc02bda43d4e31bcf2d5b55b918a9190a7f
treecc941470936574d52fb01f3e43f8f9b51a30cd68
parent64ee5581afd6e9667ad45e75f082c95e2725efa6
Don't cache non-html strings in buildFragment to avoid possible collision with the names of Object methods like toString. Also makes the unit tests 0.5% to 8% faster. Fixes #6779.
src/manipulation.js
test/unit/manipulation.js