diff options
Diffstat (limited to 'dom')
-rw-r--r-- | dom/inputmethod/moz.build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dom/inputmethod/moz.build b/dom/inputmethod/moz.build index 84b3cb8ab..e6d994565 100644 --- a/dom/inputmethod/moz.build +++ b/dom/inputmethod/moz.build @@ -6,11 +6,8 @@ EXTRA_COMPONENTS += [ 'InputMethod.manifest', - 'MozKeyboard.js', -] - -EXTRA_PP_JS_MODULES += [ 'Keyboard.jsm', + 'MozKeyboard.js', ] JAR_MANIFESTS += ['jar.mn'] |