router: bugfix
This commit is contained in:
parent
b2a90109bb
commit
8bbad8e1d5
|
@ -127,7 +127,7 @@ define(function () {
|
|||
if ("node" in currentObject)
|
||||
gotoNode(currentObject.node)
|
||||
else if ("link" in currentObject)
|
||||
gotoNode(currentObject.link)
|
||||
gotoLink(currentObject.link)
|
||||
else
|
||||
targets.forEach( function (t) {
|
||||
t.resetView()
|
||||
|
|
Loading…
Reference in a new issue