missing semicolon

This commit is contained in:
rolux 2013-02-16 16:28:40 +05:30
parent 2a7c20a043
commit c718b0b8ef

View file

@ -879,7 +879,7 @@ Ox.URL = function(options) {
callback = arguments[arguments.length - 1]; callback = arguments[arguments.length - 1];
parseURL(str, callback); parseURL(str, callback);
return that; return that;
} };
/*@ /*@
pop <f> Sets the URL to the previous URL pop <f> Sets the URL to the previous URL