From fcd3089329ba58480feed57441208623194a4460 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 4 Mar 2013 11:57:20 +0000 Subject: [PATCH] fix a bug in Ox.URL --- source/Ox.UI/js/Core/URL.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Core/URL.js b/source/Ox.UI/js/Core/URL.js index bf2d5e3d..648d321f 100644 --- a/source/Ox.UI/js/Core/URL.js +++ b/source/Ox.UI/js/Core/URL.js @@ -908,8 +908,9 @@ Ox.URL = function(options) { // may have modified state.hash callback(state); }); + } else { + callback(state); } - callback(state); } }