mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
typo
This commit is contained in:
2
scriptjs/scriptjs.d.ts
vendored
2
scriptjs/scriptjs.d.ts
vendored
@@ -3,7 +3,7 @@ interface $script {
|
||||
get(path:string, fn:() => void): void;
|
||||
order(scripts:string[], id:string, done:() => void): void;
|
||||
path(p:string): void;
|
||||
urlArts(str:string): void;
|
||||
urlArgs(str:string): void;
|
||||
ready(deps:string | string[], ready:() => void, req?:(missing:string[]) => void): $script;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user