From 08f87c72bbc80a08f1169173b87bcc91e8a1561b Mon Sep 17 00:00:00 2001 From: Deathamns Date: Sat, 20 Dec 2014 20:20:23 +0100 Subject: [PATCH] Fix build scipts' shebang, let -> const --- platform/firefox/frameModule.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index 2afc888..3ff0a00 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -44,7 +44,7 @@ const getMessager = win => /******************************************************************************/ -let contentPolicy = { +const contentPolicy = { classDescription: 'content-policy implementation for ' + appName, classID: Components.ID('{e6d173c8-8dbf-4189-a6fd-189e8acffd27}'), contractID: '@' + appName + '/content-policy;1', @@ -123,7 +123,7 @@ let contentPolicy = { /******************************************************************************/ -let docObserver = { +const docObserver = { contentBaseURI: 'chrome://' + appName + '/content/', initContext: function(win, sandbox) { let messager = getMessager(win);