X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fmodules%2Fbootstrap.jsm;fp=common%2Fmodules%2Fbootstrap.jsm;h=4206133a8249b922b5cff8befbe73190ac3f0813;hb=3d837eb266a3a01d424192aa4ec1a167366178c5;hp=6c9426d242c7f0c92ebb0cd11bc205a09ec2c285;hpb=d8a3bcebff36df7b128b36e0b57b715479e155a0;p=dactyl.git diff --git a/common/modules/bootstrap.jsm b/common/modules/bootstrap.jsm index 6c9426d..4206133 100644 --- a/common/modules/bootstrap.jsm +++ b/common/modules/bootstrap.jsm @@ -19,3 +19,4 @@ this["import"] = function import_(obj) { Components.utils.import("resource://gre/modules/Services.jsm"); function loadSubScript() Services.scriptloader.loadSubScript.apply(null, arguments); +// vim: set fdm=marker sw=4 sts=4 ts=8 et ft=javascript: