Bug 1177774 - Add global variable to hide lint error. r=margaret

--HG--
extra : commitid : 7hyAcmydVA1
extra : rebase_source : abbe291ab785ecec94b43b09f2a24a7b86792983
This commit is contained in:
Michael Comella 2015-06-26 14:23:01 -07:00
parent 966cb95a0b
commit dec98ac94f

View File

@ -3,6 +3,8 @@
* You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
/* globals ContentAreaUtils */
const { classes: Cc, interfaces: Ci, utils: Cu, results: Cr } = Components;
Cu.import("resource://gre/modules/XPCOMUtils.jsm");