mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 03:52:26 +01:00
merge those pesky missing semicolons
This commit is contained in:
@@ -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?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user