Merge pull request #3831 from hongweng/master

fragmentPrefix(string) returns URI
This commit is contained in:
Masahiro Wakame
2015-03-12 00:11:26 +09:00
+1 -1
View File
@@ -95,7 +95,7 @@ declare class URI {
removeQuery(qry: Object): URI;
addFragment(fragment: string): URI;
//fragmentPrefix: string;
fragmentPrefix(prefix: string);
fragmentPrefix(prefix: string): URI;
normalize(): URI;
normalizeProtocol(): URI;
normalizeHostname(): URI;