update url controller

This commit is contained in:
rolux 2013-02-21 18:52:47 +05:30
parent 56aeb1355e
commit 06f6a79b7b
1 changed files with 1 additions and 1 deletions

View File

@ -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 {