summaryrefslogtreecommitdiffstats
path: root/src/model/Entity.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/Entity.coffee')
-rw-r--r--src/model/Entity.coffee8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/model/Entity.coffee b/src/model/Entity.coffee
deleted file mode 100644
index 70c81fa..0000000
--- a/src/model/Entity.coffee
+++ /dev/null
@@ -1,8 +0,0 @@
-'use strict'
-
-
-class Entity
- constructor: (@name) ->
-
-
-module.exports = Entity