mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:52:25 +01:00
whitespace fixes
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
|
||||
var loader = Components.classes["@mozilla.org/moz/jssubscript-loader;1"]
|
||||
.getService(Components.interfaces.mozIJSSubScriptLoader);
|
||||
function load(script) {
|
||||
function load(script)
|
||||
{
|
||||
try
|
||||
{
|
||||
loader.loadSubScript(BASE + script, modules)
|
||||
@@ -42,3 +43,4 @@
|
||||
|
||||
})()
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user