diff options
Diffstat (limited to 'services/sync/modules/rest.js')
-rw-r--r-- | services/sync/modules/rest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/modules/rest.js b/services/sync/modules/rest.js index 34382eed5f..106ece2228 100644 --- a/services/sync/modules/rest.js +++ b/services/sync/modules/rest.js @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -const {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components; +var {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components; Cu.import("resource://gre/modules/Log.jsm"); Cu.import("resource://services-common/rest.js"); |