mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
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:
3
jquery.address/jquery.address.d.ts
vendored
3
jquery.address/jquery.address.d.ts
vendored
@@ -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