This commit is contained in:
Steve Lam
2016-08-07 16:47:24 -07:00
committed by GitHub
parent e73fdc130f
commit 57b7904945

View File

@@ -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;
}