1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 07:52:27 +01:00

add some more missing semicolons

This commit is contained in:
Doug Kearns
2007-10-31 10:23:48 +00:00
parent 3946d7edb7
commit 346c8abb4b
9 changed files with 51 additions and 51 deletions

View File

@@ -256,7 +256,8 @@ vimperator.Tabs = function() //{{{
{
this.reload(getBrowser().mTabs[i], bypass_cache)
}
catch (e) {
catch (e)
{
// FIXME: can we do anything useful here without stopping the
// other tabs from reloading?
}