Skip to content

Commit

Permalink
Fix SDK loading in Nightly.
Browse files Browse the repository at this point in the history
Fixes GH-200
  • Loading branch information
nmaier committed Jul 15, 2014
1 parent d678471 commit 275535e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extension/modules/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,12 @@ function descriptor(object) {
const { Loader } = Components.utils.import("resource://gre/modules/commonjs/toolkit/loader.js", {});

const loader = Loader.Loader({
id: "[email protected]",
name: "Scriptish",
preferencesBranch: "scriptish",
modules: {
"toolkit/loader": Loader
"toolkit/loader": Loader,
'@test/options': {}
},
paths: {
"devtools": "resource:///modules/devtools/",
Expand Down

0 comments on commit 275535e

Please sign in to comment.