Remove trailing whitespace

This commit is contained in:
impinball 2015-07-09 03:34:41 -04:00
parent 34020b1f23
commit d4848c0379
3 changed files with 57 additions and 57 deletions

2
mithril.d.ts vendored
View file

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