This commit is contained in:
Leo Horie 2015-01-31 22:23:33 -05:00
parent 10f291d64a
commit 231900486a

View file

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