diff options
Diffstat (limited to 'qt.js')
-rw-r--r-- | qt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ self.handlers.forEach(function (handler) { handler.call(self, JSON.parse(message.data)); }); - } + }; }; QtProvider.prototype.send = function(payload) { |