summaryrefslogtreecommitdiffstats
path: root/devtools/client/sourceeditor/moz.build
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-01 13:45:40 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-01 13:45:40 +0100
commit66e6aac50638d1f706f0ddaee1529a7b3cb47075 (patch)
tree61a0b0676d480c1e2253950312936deb1d0938b2 /devtools/client/sourceeditor/moz.build
parent03f6e7acb3f7907a932926f2f62659eafd04e866 (diff)
downloadUXP-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.build1
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'
)