From: Dave Methvin Date: Mon, 27 Dec 2010 19:43:52 +0000 (-0600) Subject: Don't cache non-html strings in buildFragment to avoid possible collision with the... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=5fd21fc02bda43d4e31bcf2d5b55b918a9190a7f;hp=5fd21fc02bda43d4e31bcf2d5b55b918a9190a7f;p=jquery.git 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. ---