Merge pull request #1297 from martinduparc/patch-2

Update jquery.address.d.ts
This commit is contained in:
Basarat Ali Syed
2013-11-19 18:21:33 -08:00
+1
View File
@@ -9,6 +9,7 @@ interface JQueryAddressStatic {
();
change(callback: any): void;
value(url: any): void;
update(): void;
}
interface JQueryAddress {