From 6ecdef37dda10f88ffc82dab667213b6743e5e74 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 25 Feb 2011 00:07:43 +1100 Subject: [PATCH] Add missing modelines to new modules. --HG-- extra : rebase_source : d80617c47f30c0344c08e810e51c19a91b1cec53 --- common/content/disable-acr.jsm | 2 +- common/modules/bootstrap.jsm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/content/disable-acr.jsm b/common/content/disable-acr.jsm index de231635..80b9032f 100644 --- a/common/content/disable-acr.jsm +++ b/common/content/disable-acr.jsm @@ -69,4 +69,4 @@ function chromeDocuments() { var EXPORTED_SYMBOLS = ["cleanup", "init"]; -// vim: set fdm=marker sw=4 ts=4 et: +// vim: set fdm=marker sw=4 ts=4 et ft=javascript: diff --git a/common/modules/bootstrap.jsm b/common/modules/bootstrap.jsm index 833927fa..e25510e8 100644 --- a/common/modules/bootstrap.jsm +++ b/common/modules/bootstrap.jsm @@ -112,3 +112,4 @@ else }catch(e){ dump(e + "\n" + (e.stack || Error().stack)); Components.utils.reportError(e) } +// vim: set fdm=marker sw=4 sts=4 et ft=javascript: