document deps
This commit is contained in:
parent
8535331b8a
commit
eceea4addf
3 changed files with 8 additions and 9 deletions
2
mithril.d.ts
vendored
2
mithril.d.ts
vendored
|
|
@ -20,7 +20,7 @@ interface MithrilStatic {
|
|||
sync(promises: MithrilPromise[]): MithrilPromise;
|
||||
startComputation(): void;
|
||||
endComputation(): void;
|
||||
deps(window: any): any;
|
||||
deps(Object: any): Object;
|
||||
}
|
||||
|
||||
interface MithrilVirtualElement {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue