From 51d79f3e3b4876dd3b8925e8f10cc2f10aa16ff9 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sun, 2 Nov 2014 21:56:45 -0500 Subject: Fix JSHint errors --- qt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt.js') 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) { -- cgit