1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

use Map instead of Object for gameEventList

This commit is contained in:
Robin Appelman 2017-09-02 02:11:20 +02:00
commit 8f0d372b13
9 changed files with 50 additions and 49 deletions

View file

@ -13,7 +13,6 @@ watch: node_modules
.PHONY: build
build: node_modules
node $(tsc)
node $(tsc) -p tsconfig.es6.json
.PHONY: test
test: node_modules