mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 12:47:59 +01:00
Include config.json in XPI. Closes issue \#670.
This commit is contained in:
@@ -13,6 +13,9 @@ defineModule("help", {
|
||||
var HelpBuilder = Class("HelpBuilder", {
|
||||
init: function init() {
|
||||
try {
|
||||
// The versions munger will need to access the tag map
|
||||
// during this process and without this we'll get an
|
||||
// infinite loop.
|
||||
help._data = this;
|
||||
|
||||
this.files = {};
|
||||
|
||||
Reference in New Issue
Block a user