mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:57:58 +01:00
use the singleton construction idiom to create vimperator.tabs
This commit is contained in:
@@ -220,7 +220,7 @@ vimperator.help = function (section, easter) //{{{
|
||||
{
|
||||
doc.open();
|
||||
}
|
||||
catch(e)
|
||||
catch (e)
|
||||
{
|
||||
// FIXME: what's this all about then, eh? Works the same for if it's removed. -- djk
|
||||
// when the url is "about:" or any other xhtml page the doc is not open
|
||||
|
||||
Reference in New Issue
Block a user