update url controller
This commit is contained in:
parent
56aeb1355e
commit
06f6a79b7b
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ pandora.URL = (function() {
|
||||||
} else {
|
} else {
|
||||||
self.URL.parse(function(state) {
|
self.URL.parse(function(state) {
|
||||||
// setState -> UI.set -> URL.update
|
// setState -> UI.set -> URL.update
|
||||||
set ? setState(state, callback) : callback(state);
|
setState(state, callback);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue