Merge pull request #268 from RodneyJT/master

Fixed URI constructor
This commit is contained in:
Boris Yankov
2013-02-11 02:21:53 -08:00
+1
View File
@@ -16,6 +16,7 @@ interface URIOptions {
declare class URI {
constructor();
constructor(uri: string);
constructor(options: URIOptions);
clone(): URI;
href(): string;