From e18a0f045ad09100f94aa6ef2eb987274438b323 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 13 Dec 2013 11:02:03 -0800 Subject: [PATCH] Upgrade to telepath 0.74.0 to avoid shredding of orphaned object graphs We call atom.destroyOrphans after each spec now to clean up any orphaned objects. Previously, we we destroying any object not reachable from the root document. This was causing children of orphaned objects to be removed from their parent, which caused null pointer exceptions when running the destroy handlers for the orphans. Now we only destroy the roots of orphaned object graphs. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36af98666..e7825effd 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "season": "0.14.0", "semver": "1.1.4", "space-pen": "2.0.2", - "telepath": "0.73.0", + "telepath": "0.74.0", "temp": "0.5.0", "underscore-plus": "0.5.0" },