From 68df60351228a402f221d67e01757d88b04aa26f Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 4 Jun 2014 18:42:05 +0900 Subject: [PATCH] Upgrade space-pen to make $.fn.view work with nodes appended w/o jQuery The autosave package uses $.Event.targetView on a node that's managed by React. This upgrade to SpacePen allows us to retrieve the containing SpacePen view. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebc5d352d..c4327a642 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "season": "^1.0.2", "semver": "1.1.4", "serializable": "^1", - "space-pen": "3.2.0", + "space-pen": "3.2.2", "temp": "0.5.0", "text-buffer": "^2.2.2", "theorist": "^1",