#319 fix dynamic link w/ config:m.route

This commit is contained in:
Leo Horie 2014-11-04 21:41:39 -05:00
parent 9617859068
commit eb9720656e
2 changed files with 6 additions and 7 deletions

View file

@ -1642,7 +1642,6 @@ function testMithril(mock) {
test(function() {
var prop = m.request({method: "GET", url: "test"})
mock.XMLHttpRequest.$instances.pop().onreadystatechange()
console.log(prop())
return prop().method === "GET" && prop().url === "test"
})
test(function() {