fixed syntax error

This commit is contained in:
ludbek 2016-07-11 20:56:39 +05:45
parent cb64be965b
commit e46f8d5881

View file

@ -223,6 +223,6 @@ describe("m()", function () {
var args = {age: 12}
expect(m.bind(m, component, args).to.throw();
expect(m.bind(m, component, args)).to.throw()
})
})