Update jquery.address.d.ts

Added update method
This commit is contained in:
Martin D.
2013-11-19 19:43:29 -05:00
parent 20655ae164
commit 4e51831924
+1
View File
@@ -9,6 +9,7 @@ interface JQueryAddressStatic {
();
change(callback: any): void;
value(url: any): void;
update(): void;
}
interface JQueryAddress {