Fixed URI constructor

Added additional constructor to URI.
This commit is contained in:
Rodney J Thomas
2013-02-09 03:59:40 -06:00
parent 7016dde4d7
commit 8228324fb5
+1
View File
@@ -16,6 +16,7 @@ interface URIOptions {
declare class URI {
constructor();
constructor(uri: string);
constructor(options: URIOptions);
clone(): URI;
href(): string;