Merge pull request #3625 from joelwetzel/master

Update to URI.d.ts
This commit is contained in:
Masahiro Wakame
2015-02-11 20:04:24 +09:00
+1 -1
View File
@@ -72,7 +72,7 @@ declare class URI {
segment(level: string): string;
search(): string;
search(qry: string): URI;
search(qry: boolean): Object;
search(qry: boolean): any;
search(qry: Object): URI;
query(): string;
query(qry: string): URI;