fragmentPrefix(string) returns URI

This commit is contained in:
Hongweng 2015-03-09 18:04:10 +09:00 committed by Hirobumi Hama
parent dd99be72dc
commit e71995b4fd

2
urijs/URI.d.ts vendored
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;