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

some trivial formatting fixes

This commit is contained in:
Doug Kearns
2007-08-14 15:24:49 +00:00
parent 96b3fe093a
commit 9f79ec4d71
9 changed files with 47 additions and 26 deletions

View File

@@ -265,7 +265,7 @@ function Events() //{{{
evt.initKeyEvent('keypress', true, true, view, ctrl, alt, shift, meta, keyCode, charCode );
var elem = window.document.commandDispatcher.focusedElement;
if(!elem)
if (!elem)
elem = window;
elem.dispatchEvent(evt);
@@ -278,7 +278,7 @@ function Events() //{{{
// null if unknown key
this.toString = function(event) //{{{
{
if(!event)
if (!event)
return;
var key = null;