1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 01:47:58 +01:00

whitespace and semicolon fixes

This commit is contained in:
Doug Kearns
2008-11-02 11:54:56 +00:00
parent d52466188e
commit 6dfc33035b
12 changed files with 41 additions and 40 deletions

View File

@@ -465,7 +465,8 @@ function Events() //{{{
let args = {
url: doc.location.href,
title: doc.title
}
};
if (liberator.has("tabs"))
args.tab = tabs.getContentIndex(doc) + 1;
@@ -559,7 +560,7 @@ function Events() //{{{
if (Components.utils.reportError)
Components.utils.reportError(e);
}
}
};
}
// return true when load successful, or false otherwise
@@ -1348,7 +1349,7 @@ function Events() //{{{
}
// others are left to generate the 'input' event or handled by firefox
return ;
return;
}
}