Merge branch 'next' of https://github.com/lhorie/mithril.js into speed

This commit is contained in:
impinball 2015-12-15 07:10:40 -05:00
commit 0a744f6387
5 changed files with 176 additions and 131 deletions

View file

@ -117,7 +117,6 @@ describe("m.deferred()", function () {
expect(value2()).to.be.an("error")
})
// FIXME: this is a bug.
it("synchronously throws subclasses of Errors on creation", function () {
expect(function () {
m.deferred().reject(new TypeError())