document deps

This commit is contained in:
Leo Horie 2014-09-20 16:55:57 -04:00
parent 8535331b8a
commit eceea4addf
3 changed files with 8 additions and 9 deletions

2
mithril.d.ts vendored
View file

@ -20,7 +20,7 @@ interface MithrilStatic {
sync(promises: MithrilPromise[]): MithrilPromise;
startComputation(): void;
endComputation(): void;
deps(window: any): any;
deps(Object: any): Object;
}
interface MithrilVirtualElement {