From 231900486a4ce846ee87df040b94f9dc8ef3f9f3 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sat, 31 Jan 2015 22:23:33 -0500 Subject: [PATCH] clean up --- mithril.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mithril.js b/mithril.js index cac61696..e0b7543c 100644 --- a/mithril.js +++ b/mithril.js @@ -459,7 +459,6 @@ var m = (function app(window, undefined) { childNodes: [] }; var nodeCache = [], cellCache = {}; - m.tags = {} m.render = function(root, cell, forceRecreation) { var configs = []; if (!root) throw new Error("Please ensure the DOM element exists before rendering a template into it.");