aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.js')
-rw-r--r--src/data.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data.js b/src/data.js
index 03116e4b1..d03d51f2f 100644
--- a/src/data.js
+++ b/src/data.js
@@ -2,6 +2,8 @@ var expando = "jQuery" + now(), uuid = 0, windowData = {};
jQuery.extend({
cache: {},
+
+ expando:expando,
data: function( elem, name, data ) {
elem = elem == window ?