Added baseUrl method to Jquery Address

Jquery Address is missing a few static methods according to the documentation (http://www.asual.com/jquery/address/docs/).
This commit is contained in:
Mardaneus86
2014-06-27 10:39:55 +02:00
parent 87fba9fea2
commit 57962b4f05

View File

@@ -16,7 +16,8 @@ interface JQueryAddressStatic {
externalChange(eventhandler: Function): void;
parameter(name: string, value?: string): string;
value(): string;
history(value: boolean): void;
history(value: boolean): void;
baseUrl(): string;
}
interface JQueryAddress {