From 481e239a370cfff4b65870ced560e6a661348293 Mon Sep 17 00:00:00 2001 From: MiladNazeri Date: Fri, 15 Nov 2019 12:43:25 -0800 Subject: [PATCH] Update scripts/system/create/edit.js Co-Authored-By: Zach Fox --- scripts/system/create/edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;