This commit is contained in:
Leo 2016-12-23 08:52:09 -05:00
parent befc1e6d1a
commit d42d728681

View file

@ -78,7 +78,7 @@ o.spec("route", function() {
callAsync(function() { callAsync(function() {
o(root.firstChild.nodeName).equals("DIV") o(root.firstChild.nodeName).equals("DIV")
o($window.location.pathname).equals("/a") o(route.get()).equals("/a")
$window.history.back() $window.history.back()