diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-01 13:45:40 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-01 13:45:40 +0100 |
commit | 66e6aac50638d1f706f0ddaee1529a7b3cb47075 (patch) | |
tree | 61a0b0676d480c1e2253950312936deb1d0938b2 /devtools/client/sourceeditor/moz.build | |
parent | 03f6e7acb3f7907a932926f2f62659eafd04e866 (diff) | |
download | UXP-66e6aac50638d1f706f0ddaee1529a7b3cb47075.tar UXP-66e6aac50638d1f706f0ddaee1529a7b3cb47075.tar.gz UXP-66e6aac50638d1f706f0ddaee1529a7b3cb47075.tar.lz UXP-66e6aac50638d1f706f0ddaee1529a7b3cb47075.tar.xz UXP-66e6aac50638d1f706f0ddaee1529a7b3cb47075.zip |
Restore source-editor commands controller for scratchpad & styleeditor menus
https://github.com/MoonchildProductions/moebius/pull/290
Diffstat (limited to 'devtools/client/sourceeditor/moz.build')
-rw-r--r-- | devtools/client/sourceeditor/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/client/sourceeditor/moz.build b/devtools/client/sourceeditor/moz.build index 5081325c5..765accb14 100644 --- a/devtools/client/sourceeditor/moz.build +++ b/devtools/client/sourceeditor/moz.build @@ -12,6 +12,7 @@ DevToolsModules( 'autocomplete.js', 'css-autocompleter.js', 'debugger.js', + 'editor-commands-controller.js', 'editor.js' ) |