Fix #873, regenerate minified variants.

Drive-by fix: uppercase tag name in failing m.trust test (doesn't make it
pass, though).
This commit is contained in:
impinball 2015-12-10 18:52:51 -05:00
parent 747ba7e6d9
commit cb29a21ec3
5 changed files with 49 additions and 14 deletions

View file

@ -52,7 +52,7 @@ describe("m.trust()", function () {
m("td", "foo")
])
expect(root.childNodes[2].tagName).to.equal("td")
expect(root.childNodes[2].tagName).to.equal("TD")
})
})
})