Ie. if resolve() is called without parameters, it'd do the resolving based
on the address of the current page.
Sg. like this:
URI.prototype.resolve = function (base) {
if (!base) base = new URI(location.href);
(Or at least check if the parameter is set and handle if it's not.)
Original issue reported on code.google.com by bor...@gmail.com on 12 May 2009 at 4:49
Original issue reported on code.google.com by
bor...@gmail.com
on 12 May 2009 at 4:49