From c64ead08a36fccc36a42b3e74362aa423cfb62ed Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 6 Jan 2016 17:10:19 +0100 Subject: Replace all CoffeeScript code by TypeScript --- src/model/Position.coffee | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/model/Position.coffee (limited to 'src/model/Position.coffee') diff --git a/src/model/Position.coffee b/src/model/Position.coffee deleted file mode 100644 index 08bb999..0000000 --- a/src/model/Position.coffee +++ /dev/null @@ -1,10 +0,0 @@ -'use strict' - - -class Position - constructor: (@x, @y) -> - - asString: => "#{@x},#{@y}" - - -module.exports = Position -- cgit v1.2.3