Merge pull request #233 from Bobris/next

Useless line removed.
This commit is contained in:
Leo Horie 2014-09-03 21:16:20 -04:00
commit 5ff1767646

View file

@ -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]