Archived
1
0

Revert "add more stuff"

This reverts commit 2aa79bd014.
This commit is contained in:
Jeff Becker 2016-10-18 10:30:32 -04:00
parent 2aa79bd014
commit 4b1da71030
2 changed files with 0 additions and 18 deletions

View File

@ -1,7 +0,0 @@
/** @brief type that is called to initialize a dom element */
export interface Init
{
initialize (elem : any);
}

View File

@ -1,11 +0,0 @@
import { Init } from "./common"
export class Postform implements Init
{
initialize(elem : any) {
}
}