jquery data: closes #5224. Exposing the expando.
[jquery.git] / src / data.js
index 03116e4..d03d51f 100644 (file)
@@ -2,6 +2,8 @@ var expando = "jQuery" + now(), uuid = 0, windowData = {};
 \r
 jQuery.extend({\r
        cache: {},\r
+       \r
+       expando:expando,\r
 \r
        data: function( elem, name, data ) {\r
                elem = elem == window ?\r