forked from 0x2620/pandora
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 {
|
||||
self.URL.parse(function(state) {
|
||||
// setState -> UI.set -> URL.update
|
||||
set ? setState(state, callback) : callback(state);
|
||||
setState(state, callback);
|
||||
});
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue