Skip to content

Commit

Permalink
#374 tabs api FF
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Sep 24, 2016
1 parent 44af275 commit 8f18a7e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

/* global adguard */

var {Cc, Ci, Cu} = require('chrome');
var Services = Cu.import("resource://gre/modules/Services.jsm").Services;

adguard.tabsImpl = (function () {

'use strict';

const {Cc, Ci} = require('chrome');
var Services = Cu.import("resource://gre/modules/Services.jsm");

//TODO: Detect fennec
var isFennec = false;

Expand Down

0 comments on commit 8f18a7e

Please sign in to comment.