mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 19:14:11 +01:00
intialize the vimperator global constant with an object literal rather than via
a constructor function; move the init() and unload() global functions to startup and shutdown slots of vimperator
This commit is contained in:
@@ -26,7 +26,7 @@ the provisions above, a recipient may use your version of this file under
|
||||
the terms of any one of the MPL, the GPL or the LGPL.
|
||||
}}} ***** END LICENSE BLOCK *****/
|
||||
|
||||
Vimperator.prototype.help = function(section, easter) //{{{
|
||||
vimperator.help = function(section, easter) //{{{
|
||||
{
|
||||
if (easter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user