From f9d6f367482a5ef6815d9393310958de3c6df1c7 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 14 Jan 2016 03:20:38 +0100 Subject: basic complete impl --- src/LightDirection.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/LightDirection.js (limited to 'src/LightDirection.js') diff --git a/src/LightDirection.js b/src/LightDirection.js new file mode 100644 index 0000000..3d09c2b --- /dev/null +++ b/src/LightDirection.js @@ -0,0 +1,7 @@ +/** + * Created by Victor Häggqvist on 1/14/16. + */ + +export class LightDirection {} +LightDirection.LEFT = 1; +LightDirection.RIGHT = -1; -- cgit v1.2.3