mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 20:24:12 +01:00
Formatting fixes.
This commit is contained in:
@@ -40,7 +40,7 @@ function Runnable(self, func, args) {
|
||||
return {
|
||||
QueryInterface: XPCOMUtils.generateQI([Ci.nsIRunnable]),
|
||||
run: function () { func.apply(self, args); }
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
const FailedAssertion = Class("FailedAssertion", Error, {
|
||||
@@ -929,7 +929,7 @@ const Liberator = Module("liberator", {
|
||||
liberator.dump(obj);
|
||||
liberator.dump("");
|
||||
}
|
||||
catch (e) { window.dump(e) }
|
||||
catch (e) { window.dump(e); }
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -1561,7 +1561,7 @@ const Liberator = Module("liberator", {
|
||||
},
|
||||
literal: 0
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
tbcmd(["toolbars[how]", "tbs[how]"], "Show the named toolbar",
|
||||
function (toolbar) toolbar.collapsed = false,
|
||||
|
||||
Reference in New Issue
Block a user