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