Remove trailing whitespace
This commit is contained in:
parent
34020b1f23
commit
d4848c0379
3 changed files with 57 additions and 57 deletions
2
mithril.d.ts
vendored
2
mithril.d.ts
vendored
|
|
@ -17,7 +17,7 @@ declare module _mithril {
|
|||
mount<T extends MithrilController>(rootElement: Node): T;
|
||||
|
||||
component<T extends MithrilController>(component: MithrilComponent<T>, ...args: Array<any>): MithrilComponent<T>
|
||||
|
||||
|
||||
trust(html: string): string;
|
||||
|
||||
render(rootElement: Element|HTMLDocument): void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue