diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-18 18:56:11 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-18 18:56:49 -0500 |
commit | 320e5c434e26a8fa167292cc471f5c63c39daf77 (patch) | |
tree | 728de13726faa2d902624b56aa2a8f14bdbdeb6a | |
parent | e6e51061aff70d98899c11ab1352fdb0911ce529 (diff) | |
download | aura-central-320e5c434e26a8fa167292cc471f5c63c39daf77.tar.gz |
Issue #10 - be1f005cff Follow up: Fix unsorted list in modules/moz.build
-rw-r--r-- | modules/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/moz.build b/modules/moz.build index 7561f2cef..1346f1251 100644 --- a/modules/moz.build +++ b/modules/moz.build @@ -42,12 +42,12 @@ EXTRA_JS_MODULES += [ 'Battery.jsm', 'BinarySearch.jsm', 'BrowserUtils.jsm', - 'CommonUtils.jsm', 'CanonicalJSON.jsm', 'CertUtils.jsm', 'CharsetMenu.jsm', 'ClientID.jsm', 'Color.jsm', + 'CommonUtils.jsm', 'Console.jsm', 'DateTimePickerHelper.jsm', 'debug.js', |