Remove semicolon

This commit is contained in:
Samuel Attard 2016-11-17 14:56:44 +11:00 committed by GitHub
parent 01005688b6
commit 7c26ec8bd4

View file

@ -157,7 +157,7 @@ exports.injectTo = function (extensionId, isBackgroundPage, context) {
ipcRenderer.on(`CHROME_TABS_SEND_MESSAGE_RESULT_${originResultID}`, (event, result) => responseCallback(result))
}
ipcRenderer.send('CHROME_TABS_SEND_MESSAGE', tabId, extensionId, isBackgroundPage, message, originResultID)
originResultID++;
originResultID++
},
onUpdated: new Event(),