1
0
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:
Doug Kearns
2009-11-14 21:57:32 +11:00
parent 607e65bf6f
commit 6cc43ad29a
11 changed files with 48 additions and 49 deletions

View File

@@ -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,