874
edits
(renamed booster.js to securable-module.js) |
(→XULRunner extension, in a JS module: removed irrelevant text) |
||
Line 100: | Line 100: | ||
Note that unlike the previous example, we can't provide a relative directory name for <tt>rootPath</tt> because JS modules don't conventionally have a concept of relative directories (and we won't introduce such a concept here to reduce potential confusion). | Note that unlike the previous example, we can't provide a relative directory name for <tt>rootPath</tt> because JS modules don't conventionally have a concept of relative directories (and we won't introduce such a concept here to reduce potential confusion). | ||
== Reference Implementation == | == Reference Implementation == |
edits