aboutsummaryrefslogtreecommitdiffstats
path: root/qt.js
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2014-11-03 10:56:45 +0800
committerCorey Farwell <coreyf@rwell.org>2014-11-03 10:56:45 +0800
commit51d79f3e3b4876dd3b8925e8f10cc2f10aa16ff9 (patch)
tree5e67819aa6aa3de166c052abbf82edcdbf64084a /qt.js
parentb773e5749077447718b12dc815a4794b0dc699b3 (diff)
downloaddexon-51d79f3e3b4876dd3b8925e8f10cc2f10aa16ff9.tar.gz
dexon-51d79f3e3b4876dd3b8925e8f10cc2f10aa16ff9.tar.zst
dexon-51d79f3e3b4876dd3b8925e8f10cc2f10aa16ff9.zip
Fix JSHint errors
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 644c37737..2f532f942 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) {