From 0de67f3ac9a3949adbf54a2ecb3dd1b773849c7d Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 17 Aug 2016 09:14:46 -0400 Subject: [PATCH] re-add line removed by mistake --- api/mount.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/mount.js b/api/mount.js index 13b19e17..0465c4c7 100644 --- a/api/mount.js +++ b/api/mount.js @@ -18,6 +18,7 @@ module.exports = function(renderer, pubsub) { run() if (component === null) { + pubsub.unsubscribe(root.redraw) delete root.redraw } }