From 4b1da7103007ef49ca598cc667553fad76a458cc Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 18 Oct 2016 10:30:32 -0400 Subject: [PATCH] Revert "add more stuff" This reverts commit 2aa79bd014613dd5f624627c7ddc912b1e66d529. --- contrib/js/neochan/common.ts | 7 ------- contrib/js/neochan/postform.ts | 11 ----------- 2 files changed, 18 deletions(-) delete mode 100644 contrib/js/neochan/common.ts diff --git a/contrib/js/neochan/common.ts b/contrib/js/neochan/common.ts deleted file mode 100644 index 4438a82..0000000 --- a/contrib/js/neochan/common.ts +++ /dev/null @@ -1,7 +0,0 @@ - -/** @brief type that is called to initialize a dom element */ -export interface Init -{ - initialize (elem : any); -} - diff --git a/contrib/js/neochan/postform.ts b/contrib/js/neochan/postform.ts index 36163e1..e69de29 100644 --- a/contrib/js/neochan/postform.ts +++ b/contrib/js/neochan/postform.ts @@ -1,11 +0,0 @@ - -import { Init } from "./common" - - -export class Postform implements Init -{ - initialize(elem : any) { - - } -} -