diff options
Diffstat (limited to 'lib/util.js')
-rw-r--r-- | lib/util.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util.js b/lib/util.js index 6348598..b72f7f0 100644 --- a/lib/util.js +++ b/lib/util.js @@ -1,4 +1,4 @@ -/*global exports: false, require: false, Cc: false, Ci: false, console: false */ +/*global exports: false, require: false, console: false */ /*jslint onevar: false */ // Released under the MIT/X11 license // http://www.opensource.org/licenses/mit-license.php @@ -6,6 +6,7 @@ // ============================================================== var xhrMod = require("xhr"); var urlMod = require("url"); +var {Cc,Ci} = require("chrome"); /** * Function for the management of the prototypal inheritace |