Remove lint warnings

This commit is contained in:
Kevin Sawicki 2016-06-07 17:00:53 -07:00
parent 2367cd574e
commit 9f64c39f8c
2 changed files with 20 additions and 14 deletions

View file

@ -200,5 +200,5 @@ exports.injectTo = function (extensionId, isBackgroundPage, context) {
getPopup () {}
}
chrome.i18n = require('./extensions/i18n.js')
chrome.i18n = require('./extensions/i18n.js').setup(extensionId)
}