From c718b0b8ef945b4ef7a1344b7309208d8dbe3aa6 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 16 Feb 2013 16:28:40 +0530 Subject: [PATCH] missing semicolon --- 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 f6f013fd..8d80697e 100644 --- a/source/Ox.UI/js/Core/URL.js +++ b/source/Ox.UI/js/Core/URL.js @@ -879,7 +879,7 @@ Ox.URL = function(options) { callback = arguments[arguments.length - 1]; parseURL(str, callback); return that; - } + }; /*@ pop Sets the URL to the previous URL