|
@@ -26,9 +26,8 @@
|
|
|
|
|
|
|
|
const FEATURE_TESTS = {};
|
|
const FEATURE_TESTS = {};
|
|
|
|
|
|
|
|
- let nativeAPI;
|
|
|
|
|
if (isChrome && !this.browser) {
|
|
if (isChrome && !this.browser) {
|
|
|
- nativeAPI = this.chrome;
|
|
|
|
|
|
|
+ const nativeAPI = this.chrome;
|
|
|
this.__defineGetter__("browser", () => ({
|
|
this.__defineGetter__("browser", () => ({
|
|
|
browserAction: {
|
|
browserAction: {
|
|
|
onClicked: {
|
|
onClicked: {
|