1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 23:25:47 +01:00

Add missing "use strict" pragmas.

This commit is contained in:
Doug Kearns
2010-10-09 21:42:37 +11:00
parent d64eab8f2a
commit 86efd0bb6a
9 changed files with 9 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
//
// This work is licensed for reuse under an MIT license. Details are
// given in the LICENSE.txt file included with this file.
"use strict";
const Addressbook = Module("addressbook", {
init: function () {

View File

@@ -2,6 +2,7 @@
//
// This work is licensed for reuse under an MIT license. Details are
// given in the LICENSE.txt file included with this file.
"use strict";
function Compose() { //{{{
////////////////////////////////////////////////////////////////////////////////

View File

@@ -2,6 +2,7 @@
//
// This work is licensed for reuse under an MIT license. Details are
// given in the LICENSE.txt file included with this file.
"use strict";
const Config = Module("config", ConfigBase, {
init: function init() {

View File

@@ -2,6 +2,7 @@
//
// This work is licensed for reuse under an MIT license. Details are
// given in the LICENSE.txt file included with this file.
"use strict";
const Mail = Module("mail", {
init: function () {