diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-01-06 17:10:19 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-01-06 17:27:45 +0100 |
commit | c64ead08a36fccc36a42b3e74362aa423cfb62ed (patch) | |
tree | 5ada42f825b4ed0431f5c0426ab226aa0e7c2512 /src/model/Entity.coffee | |
parent | 4fa246628bd9e5911ae998162f0bdc724cc739d2 (diff) | |
download | rpgedit-c64ead08a36fccc36a42b3e74362aa423cfb62ed.tar rpgedit-c64ead08a36fccc36a42b3e74362aa423cfb62ed.zip |
Replace all CoffeeScript code by TypeScript
Diffstat (limited to 'src/model/Entity.coffee')
-rw-r--r-- | src/model/Entity.coffee | 8 |
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 |