Merge pull request #4812 from howard-stearns/edit-script-typo

Edit script typo
This commit is contained in:
Brad Hefta-Gaub 2015-05-08 16:25:29 -07:00
commit 8d211957e0

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));
} }
} }
}; };