This commit is contained in:
James B. Pollack 2016-08-26 11:57:15 -07:00
parent f6bd04780d
commit 53a2281918

View file

@ -1373,7 +1373,7 @@ var PropertiesTool = function (opts) {
data = JSON.parse(data); data = JSON.parse(data);
} }
catch(e) { catch(e) {
print('web event was not valid json.') print('Edit.js received web event that was not valid json.')
return; return;
} }
var i, properties, dY, diff, newPosition; var i, properties, dY, diff, newPosition;