aboutsummaryrefslogtreecommitdiffstats
path: root/qt.js
diff options
context:
space:
mode:
Diffstat (limited to 'qt.js')
-rw-r--r--qt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt.js b/qt.js
index 2f532f942..644c37737 100644
--- a/qt.js
+++ b/qt.js
@@ -7,7 +7,7 @@
self.handlers.forEach(function (handler) {
handler.call(self, JSON.parse(message.data));
});
- };
+ }
};
QtProvider.prototype.send = function(payload) {