From 3152d5808e76ab3b20034e919dea8f5ff6755c79 Mon Sep 17 00:00:00 2001 From: LaShonda Hopper Date: Mon, 6 Nov 2017 20:09:08 -0500 Subject: [PATCH] Minor: Replace tabs with spaces noticed when browsing file. Changes Committed: modified: scripts/system/html/js/entityProperties.js --- scripts/system/html/js/entityProperties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/html/js/entityProperties.js b/scripts/system/html/js/entityProperties.js index 3286b06998..336d4b5d18 100644 --- a/scripts/system/html/js/entityProperties.js +++ b/scripts/system/html/js/entityProperties.js @@ -1120,7 +1120,7 @@ function loaded() { activeElement.select(); } } - clearSelection(); + clearSelection(); } }); }