Ensure that the DOM element ref in an event handler is removed by cleanData to avoid...
authorDave Methvin <dave.methvin@gmail.com>
Sun, 9 Jan 2011 22:25:44 +0000 (16:25 -0600)
committerColin Snover <github.com@zetafleet.com>
Sun, 9 Jan 2011 22:25:44 +0000 (16:25 -0600)
commitfcf623786aeae20485e5253bd2b66c8758053646
tree9ab48efa181ae55c68ddf5d8334e3dc5b3437d4b
parent4e86766d54a71263f8e7cbf2957405e12d9b8b36
Ensure that the DOM element ref in an event handler is removed by cleanData to avoid an IE6/7/8 memory leak. Fixes #7054.
src/manipulation.js