From 9429f48a7cd2b7a87a49bbb341891f449f6f2617 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 23 Jan 2016 22:05:46 +1300 Subject: [PATCH] Remove erroneous edit.js call with missing entity ID JavaScript exception was being thrown now that entity properties are undefined if entity is not found. --- examples/libraries/entitySelectionTool.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/libraries/entitySelectionTool.js b/examples/libraries/entitySelectionTool.js index 94ffb48a71..c1675ef044 100644 --- a/examples/libraries/entitySelectionTool.js +++ b/examples/libraries/entitySelectionTool.js @@ -1515,7 +1515,6 @@ SelectionDisplay = (function() { } that.updateRotationHandles(); - that.highlightSelectable(); var rotation, dimensions, position, registrationPoint;