'use strict' in main.js

pull/36/head
Christian Paul 2017-12-22 22:40:38 -08:00
rodzic bf8ebfd3df
commit 4122e8826b
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -7,9 +7,10 @@
TODO: params parsing and so on
#*/
'use strict';
require('coffee-script/register');
const Mapscii = require('./src/Mapscii');
mapscii = new Mapscii();
const mapscii = new Mapscii();
mapscii.init();