Changed the expando string to use a random number instead of the time, so collisions...
authorAlex Sexton <AlexSexton@gmail.com>
Mon, 11 Oct 2010 16:54:00 +0000 (11:54 -0500)
committerColin Snover <github.com@zetafleet.com>
Mon, 27 Dec 2010 04:07:46 +0000 (22:07 -0600)
commitfaabb2c31883deabaddd5642eb5e708b5802f2b0
treebf52c5a6eb028c5fafda60b38f17678afd33ce02
parent2866f16c09cce43044d721563a7bdbd9170fb494
Changed the expando string to use a random number instead of the time, so collisions become less likely. Also added jQuery version to instantly differentiate separate versions of jQuery (a common use case for noConflict, etc, when two jQuery instances are on the page). Fixes #6842.
src/data.js