three: Fix typo

This commit is contained in:
Andy Hanson
2018-10-12 16:29:36 -07:00
parent 20529b02e1
commit 65fcea8f3e
+1 -1
View File
@@ -2239,7 +2239,7 @@ export class FileLoader {
setPath(path: string) : FileLoader;
setResponseType(responseType: string) : FileLoader;
setWithCredentials(value: string): FileLoader;
setRequestHeader(value: {[header: string]: string}: FileLoader;
setRequestHeader(value: {[header: string]: string}): FileLoader;
}
export class FontLoader {