⬆️ space-pen for interoperable $.fn.view method

Previously, the SpacePen view was associated with its elements
via $.fn.data, but this only works across a single instance
of jQuery. Now we store a ::spacePenView property as an expando
property directly on elements.

Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo
2014-11-06 15:28:49 -07:00
committed by Max Brunsfeld
parent baea6fcb49
commit b978b4f8c7

View File

@@ -56,7 +56,7 @@
"season": "^1.0.2",
"semver": "2.2.1",
"serializable": "^1",
"space-pen": "3.8.0",
"space-pen": "3.8.1",
"temp": "0.7.0",
"text-buffer": "^3.6.0",
"theorist": "^1.0.2",