From 4da9e8891e1d7611e0b88badeaaaa8101fb77c53 Mon Sep 17 00:00:00 2001 From: Gandalf-the-Bot Date: Mon, 26 Dec 2016 17:29:20 +0000 Subject: [PATCH] Bundled output for commit c0f48f57efd1d0beba717d356896b20eff3425f1 [skip ci] --- mithril.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mithril.js b/mithril.js index b5d5203c..9677ba16 100644 --- a/mithril.js +++ b/mithril.js @@ -695,15 +695,6 @@ var coreRenderer = function($window) { } } } - function once(f) { - var called = false - return function() { - if (!called) { - called = true - f() - } - } - } function removeNode(vnode, context) { var expected = 1, called = 0 if (vnode.attrs && vnode.attrs.onbeforeremove) {