diff options
Diffstat (limited to 'draughts/public/javascripts/game.js')
-rw-r--r-- | draughts/public/javascripts/game.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/draughts/public/javascripts/game.js b/draughts/public/javascripts/game.js index 741a0ce..aac6531 100644 --- a/draughts/public/javascripts/game.js +++ b/draughts/public/javascripts/game.js @@ -1,12 +1,3 @@ -/* This is basically the enumeration we have in the `public/javascripts/color.js' file, except I - * cannot for the life of me get it to import properly, so I suppose we are doing it this way for - * now. - */ -const Color = { - BLUE: "b", - RED: "r" -} - /* Initialize a new web socket to connect to the server */ const ws = new WebSocket("ws://localhost:3000") |