From: Colin Snover Date: Mon, 7 Feb 2011 16:48:38 +0000 (-0600) Subject: Update $.data to use a function instead of an object when attaching to JS objects... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=7acb141ed7f2dedd950bb65acf878098640d081e;hp=7acb141ed7f2dedd950bb65acf878098640d081e;p=jquery.git Update $.data to use a function instead of an object when attaching to JS objects in order to hide attached metadata from JSON.stringify. Remove event.js code that was doing this before specifically for events, which is now redundant. Fixes #8108. 1.5-stable ---