Match style of surrounding code

This commit is contained in:
David Rowe 2018-05-03 08:49:18 +12:00
parent 4a96dc2fdc
commit 5312c81a6f

View file

@ -153,7 +153,7 @@ SelectionManager = (function() {
that._update(true);
};
that.removeEntities = function (entityIDs) {
that.removeEntities = function(entityIDs) {
for (var i = 0, length = entityIDs.length; i < length; i++) {
removeEntityByID(entityIDs[i]);
}