From abc99267afd317b3450dfd9941322d7606cec71f Mon Sep 17 00:00:00 2001 From: Howard Stearns Date: Fri, 8 May 2015 16:19:39 -0700 Subject: [PATCH] Typo was making edit.js fail and impossible to debug. --- examples/libraries/entitySelectionTool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/libraries/entitySelectionTool.js b/examples/libraries/entitySelectionTool.js index 80ba4c0f56..f3ea18aef3 100644 --- a/examples/libraries/entitySelectionTool.js +++ b/examples/libraries/entitySelectionTool.js @@ -203,7 +203,7 @@ SelectionManager = (function() { try { listeners[i](); } catch (e) { - print("EntitySelectionTool got exception: " = JSON.stringify(e)); + print("EntitySelectionTool got exception: " + JSON.stringify(e)); } } };