mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
three: Fix typo
This commit is contained in:
Vendored
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user