Fix another typo in Loader.jsm (bug 867485); r=dcamp

This commit is contained in:
Panos Astithas 2013-05-15 17:22:01 +03:00
parent 5cadfdddd0
commit 39041b6f58

View File

@ -8,7 +8,7 @@
* Manages the addon-sdk loader instance used to load the developer tools.
*/
let { interfaces: Ci, utils: Cu } = Components;
let { classes: Cc, interfaces: Ci, utils: Cu } = Components;
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
Cu.import("resource://gre/modules/Services.jsm");