fix coding standard issue

This commit is contained in:
Brad Hefta-Gaub 2015-10-08 09:46:43 -07:00
parent bb10d8a7d5
commit 39f2241eac

View file

@ -1275,7 +1275,7 @@ PropertiesTool = function(opts) {
webView.eventBridge.emitScriptEvent(JSON.stringify(data));
});
webView.eventBridge.webEventReceived.connect(function (data) {
webView.eventBridge.webEventReceived.connect(function(data) {
data = JSON.parse(data);
if (data.type == "print") {
if (data.message) {