Revert "add more stuff"
This reverts commit 2aa79bd014613dd5f624627c7ddc912b1e66d529.
This commit is contained in:
parent
2aa79bd014
commit
4b1da71030
@ -1,7 +0,0 @@
|
||||
|
||||
/** @brief type that is called to initialize a dom element */
|
||||
export interface Init
|
||||
{
|
||||
initialize (elem : any);
|
||||
}
|
||||
|
@ -1,11 +0,0 @@
|
||||
|
||||
import { Init } from "./common"
|
||||
|
||||
|
||||
export class Postform implements Init
|
||||
{
|
||||
initialize(elem : any) {
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user