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.");