Merge pull request #1836 from cannn/patch-1

Update jquery.address.d.ts
This commit is contained in:
John Reilly
2014-03-13 15:19:37 +00:00
+7
View File
@@ -10,6 +10,13 @@ interface JQueryAddressStatic {
change(callback: any): void;
value(url: any): void;
update(): void;
path(): string;
path(value: string): void;
internalChange(eventhandler: Function): void;
externalChange(eventhandler: Function): void;
parameter(name: string, value?: string): string;
value(): string;
history(value: boolean): void;
}
interface JQueryAddress {