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