diff --git a/scripts/system/create/edit.js b/scripts/system/create/edit.js index 36166de726..47246705f9 100644 --- a/scripts/system/create/edit.js +++ b/scripts/system/create/edit.js @@ -572,7 +572,7 @@ var toolBar = (function () { entityID = Entities.addEntity(properties); // Make sure the entity is loaded before we try to figure out - // it's dimensions. + // its dimensions. var MAX_LOADED_CHECKS = 10; var LOADED_CHECK_INTERVAL = 200; var isLoadedCheckCount = 0;