mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
⬆️ 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:
committed by
Max Brunsfeld
parent
baea6fcb49
commit
b978b4f8c7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user