Merge pull request #2419 from Mardaneus86/patch-1

Added baseUrl method to Jquery Address
This commit is contained in:
Basarat Ali Syed
2014-07-02 22:59:36 +10:00
+2 -1
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 {