router: avoid pushing state twice
This commit is contained in:
parent
d17d6c881e
commit
2d1fbba40f
|
@ -111,7 +111,6 @@ define(function () {
|
||||||
|
|
||||||
self.reset = function () {
|
self.reset = function () {
|
||||||
resetView()
|
resetView()
|
||||||
saveState()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
self.addTarget = function (d) {
|
self.addTarget = function (d) {
|
||||||
|
|
Loading…
Reference in a new issue