1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 11:14:11 +01:00

trivial formatting improvements

This commit is contained in:
Doug Kearns
2008-08-12 16:16:24 +00:00
parent 50f025553a
commit 66ff19d7af
11 changed files with 38 additions and 39 deletions

View File

@@ -26,7 +26,7 @@ the provisions above, a recipient may use your version of this file under
the terms of any one of the MPL, the GPL or the LGPL.
}}} ***** END LICENSE BLOCK *****/
liberator.config = {
liberator.config = { //{{{
/*** required options, no checks done if they really exist, so be careful ***/
name: "Muttator",
hostApplication: "Thunderbird", // TODO: can this be found out otherwise? gBrandBundle.getString("brandShortName");
@@ -171,8 +171,8 @@ liberator.config = {
}
},
NotifyDocumentCreated: function () { },
NotifyDocumentWillBeDestroyed: function () { }
NotifyDocumentCreated: function () {},
NotifyDocumentWillBeDestroyed: function () {}
}
@@ -204,6 +204,6 @@ liberator.config = {
liberator.loadModule("hints", liberator.Hints);
}
}
};
}; //}}}
// vim: set fdm=marker sw=4 ts=4 et: