mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Merge pull request #2419 from Mardaneus86/patch-1
Added baseUrl method to Jquery Address
This commit is contained in:
Vendored
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user