diff --git a/mithril.js b/mithril.js index c1a128de..b4e34071 100644 --- a/mithril.js +++ b/mithril.js @@ -272,7 +272,6 @@ Mithril = m = new function app(window, undefined) { return cached } function setAttributes(node, tag, dataAttrs, cachedAttrs, namespace) { - var groups = {} for (var attrName in dataAttrs) { var dataAttr = dataAttrs[attrName] var cachedAttr = cachedAttrs[attrName]