From 73f0c05a82277590839ba94db0cd4ba2eadfccc1 Mon Sep 17 00:00:00 2001 From: paldepind Date: Thu, 10 Sep 2015 17:02:29 +0200 Subject: [PATCH] patchVnode should not return a value --- snabbdom.js | 1 - 1 file changed, 1 deletion(-) diff --git a/snabbdom.js b/snabbdom.js index d3e4947..9bffbfb 100644 --- a/snabbdom.js +++ b/snabbdom.js @@ -207,7 +207,6 @@ function init(modules) { if (isDef(hook) && isDef(i = hook.postpatch)) { i(oldVnode, vnode); } - return vnode; } return function(oldVnode, vnode) {