summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-18 18:56:11 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-18 18:56:49 -0500
commit320e5c434e26a8fa167292cc471f5c63c39daf77 (patch)
tree728de13726faa2d902624b56aa2a8f14bdbdeb6a
parente6e51061aff70d98899c11ab1352fdb0911ce529 (diff)
downloadaura-central-320e5c434e26a8fa167292cc471f5c63c39daf77.tar.gz
Issue #10 - be1f005cff Follow up: Fix unsorted list in modules/moz.build
-rw-r--r--modules/moz.build2
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',