summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-24 02:37:37 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-24 02:37:37 -0500
commit3543be7a41fcf56bf39b19dfead5146ecd072a91 (patch)
treeb38623366a6d87b7847aa05a2466155bfe86f06a /modules
parent62fae75faf209b191007800b5d4912578df85a33 (diff)
downloadaura-central-3543be7a41fcf56bf39b19dfead5146ecd072a91.tar.gz
Issue %3032 - Part 2: Modify the public function calls for getAddonByID, getAddonsByIDs, getAddonsByTypes, getAllAddons to return as a pseudo-static method when no callback is specified
Diffstat (limited to 'modules')
-rw-r--r--modules/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/moz.build b/modules/moz.build
index 451b506c6..2f2d88f7c 100644
--- a/modules/moz.build
+++ b/modules/moz.build
@@ -38,8 +38,8 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'gtk2', 'gtk3'):
DEFINES['TOPOBJDIR'] = TOPOBJDIR
EXTRA_JS_MODULES += [
- 'AsyncPrefs.jsm',
'Async.jsm',
+ 'AsyncPrefs.jsm',
'Battery.jsm',
'BinarySearch.jsm',
'BrowserUtils.jsm',