From aef603bf66cc5ab9a7a72dcefdf1f7826e0acfc6 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 20 Feb 2013 10:25:33 +0530 Subject: [PATCH] typo --- source/Ox.UI/js/Core/URL.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }