1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-05 18:49:39 +02:00

Fix build scipts' shebang, let -> const

This commit is contained in:
Deathamns 2014-12-20 20:20:23 +01:00
parent 7ade0ec7e8
commit 7815455aca
3 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ const getMessager = win =>
/******************************************************************************/ /******************************************************************************/
let contentPolicy = { const contentPolicy = {
classDescription: 'content-policy implementation for ' + appName, classDescription: 'content-policy implementation for ' + appName,
classID: Components.ID('{e6d173c8-8dbf-4189-a6fd-189e8acffd27}'), classID: Components.ID('{e6d173c8-8dbf-4189-a6fd-189e8acffd27}'),
contractID: '@' + appName + '/content-policy;1', contractID: '@' + appName + '/content-policy;1',
@ -123,7 +123,7 @@ let contentPolicy = {
/******************************************************************************/ /******************************************************************************/
let docObserver = { const docObserver = {
contentBaseURI: 'chrome://' + appName + '/content/', contentBaseURI: 'chrome://' + appName + '/content/',
initContext: function(win, sandbox) { initContext: function(win, sandbox) {
let messager = getMessager(win); let messager = getMessager(win);

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import os import os
import json import json

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import os import os
import json import json