NO MOAR GLOBALS

The instance of Engine is no longer attached to window. Was only there
for debugging purposes.
This commit is contained in:
Amadeus Demarzi 2014-07-27 19:54:42 -07:00
parent f984f33e8b
commit 2b01b4bad3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ var Init = {
canvas.className = 'terraform-canvas';
jumbotron.appendChild(canvas);
window.engine = new Engine(canvas, galaxy, tagLine);
new Engine(canvas, galaxy, tagLine);
},
Pages: {