Fix JSHint errors

This commit is contained in:
Corey Farwell
2014-11-02 21:56:45 -05:00
parent b773e57490
commit 51d79f3e3b
4 changed files with 17 additions and 21 deletions

2
qt.js
View File

@@ -7,7 +7,7 @@
self.handlers.forEach(function (handler) {
handler.call(self, JSON.parse(message.data));
});
}
};
};
QtProvider.prototype.send = function(payload) {