mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Match style of surrounding code
This commit is contained in:
parent
4a96dc2fdc
commit
5312c81a6f
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue