mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:37:29 +02: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._update(true);
|
||||||
};
|
};
|
||||||
|
|
||||||
that.removeEntities = function (entityIDs) {
|
that.removeEntities = function(entityIDs) {
|
||||||
for (var i = 0, length = entityIDs.length; i < length; i++) {
|
for (var i = 0, length = entityIDs.length; i < length; i++) {
|
||||||
removeEntityByID(entityIDs[i]);
|
removeEntityByID(entityIDs[i]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue