diff --git a/source/Ox.UI/js/Core/URL.js b/source/Ox.UI/js/Core/URL.js index 8d22a2ae..a9e2c3e1 100644 --- a/source/Ox.UI/js/Core/URL.js +++ b/source/Ox.UI/js/Core/URL.js @@ -863,7 +863,7 @@ Ox.URL = function(options) { } getHash(); } - function getHash(callback) { + function getHash() { if (self.options.getHash) { state = self.options.getHash(state); }