document querystring apis

This commit is contained in:
Leo Horie 2016-10-18 10:16:20 -04:00
parent 66aa9ce818
commit 6514a38162
6 changed files with 107 additions and 10 deletions

View file

@ -156,7 +156,8 @@ o.spec("api", function() {
done()
}, FRAME_BUDGET)
})
o("m.route.set", function(done) {
o("m.route.set", function(done, timeout) {
timeout(100)
var root = window.document.createElement("div")
m.route(root, "/a", {
"/:id": {view: function() {return m("div")}}