semicolons

This commit is contained in:
James B. Pollack 2016-02-25 12:36:35 -08:00
parent 9b6889e237
commit 751b991522

View file

@ -258,7 +258,7 @@ var createAll = function() {
lightAtTheEnd: lightAtTheEnd
}
})
})
});
};
createAll();
@ -269,5 +269,5 @@ if (CLEANUP === true) {
Entities.deleteEntity(ball);
Entities.deleteEntity(ballSpawningAnchor);
Entities.deleteEntity(lightAtTheEnd);
})
});
};