From 06f6a79b7b568ea57a86a19a807beb303d2e4d18 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Feb 2013 18:52:47 +0530 Subject: [PATCH] update url controller --- static/js/pandora/URL.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/URL.js b/static/js/pandora/URL.js index 23adc6b8c..fec5bff24 100644 --- a/static/js/pandora/URL.js +++ b/static/js/pandora/URL.js @@ -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 {