Typo was making edit.js fail and impossible to debug.

This commit is contained in:
Howard Stearns 2015-05-08 16:19:39 -07:00
parent 37eb455e38
commit abc99267af

View file

@ -203,7 +203,7 @@ SelectionManager = (function() {
try { try {
listeners[i](); listeners[i]();
} catch (e) { } catch (e) {
print("EntitySelectionTool got exception: " = JSON.stringify(e)); print("EntitySelectionTool got exception: " + JSON.stringify(e));
} }
} }
}; };