summaryrefslogtreecommitdiffstats
path: root/services/sync/modules/userapi.js
diff options
context:
space:
mode:
Diffstat (limited to 'services/sync/modules/userapi.js')
-rw-r--r--services/sync/modules/userapi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/modules/userapi.js b/services/sync/modules/userapi.js
index ec77d63e2..e906440bd 100644
--- a/services/sync/modules/userapi.js
+++ b/services/sync/modules/userapi.js
@@ -8,7 +8,7 @@ this.EXPORTED_SYMBOLS = [
"UserAPI10Client",
];
-const {utils: Cu} = Components;
+var {utils: Cu} = Components;
Cu.import("resource://gre/modules/Log.jsm");
Cu.import("resource://services-common/rest.js");