kopia lustrzana https://github.com/rastapasta/mapscii
'use strict' in main.js
rodzic
bf8ebfd3df
commit
4122e8826b
3
main.js
3
main.js
|
@ -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();
|
||||
|
|
Ładowanie…
Reference in New Issue