re-add line removed by mistake

This commit is contained in:
Leo Horie 2016-08-17 09:14:46 -04:00
parent 8c9cc0e1f4
commit 0de67f3ac9

View file

@ -18,6 +18,7 @@ module.exports = function(renderer, pubsub) {
run()
if (component === null) {
pubsub.unsubscribe(root.redraw)
delete root.redraw
}
}