1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-27 21:35:47 +01:00

Normalise case of player command and mapping descriptions.

This commit is contained in:
Doug Kearns
2009-03-22 16:08:18 +11:00
parent 2216878c9d
commit 032b5be2ae
2 changed files with 29 additions and 25 deletions

View File

@@ -497,6 +497,7 @@ const config = { //{{{
window.toJavaScriptConsole = function () {
toOpenWindowByType("global:console", "chrome://global/content/console.xul");
}
window.BrowserStop = function () {
getBrowser().mCurrentBrowser.stop();
}