From 18473f1844a8230130e1fc23d7ebf7d33183316f Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 6 Oct 2018 07:09:02 +0200 Subject: Update sync client for JS changes. --- services/sync/modules-testing/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/sync/modules-testing/utils.js') diff --git a/services/sync/modules-testing/utils.js b/services/sync/modules-testing/utils.js index faea8fb04..fc14f2fbd 100644 --- a/services/sync/modules-testing/utils.js +++ b/services/sync/modules-testing/utils.js @@ -18,7 +18,7 @@ this.EXPORTED_SYMBOLS = [ "add_identity_test", ]; -const {utils: Cu} = Components; +var {utils: Cu} = Components; Cu.import("resource://services-sync/status.js"); Cu.import("resource://services-sync/identity.js"); -- cgit v1.2.3