mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
move array utility methods to util.Array
This commit is contained in:
@@ -278,16 +278,10 @@ function Mappings() //{{{
|
||||
return {
|
||||
|
||||
// NOTE: just normal mode for now
|
||||
__iterator__: function ()
|
||||
{
|
||||
return mappingsIterator([modes.NORMAL], main);
|
||||
},
|
||||
__iterator__: function () mappingsIterator([modes.NORMAL], main),
|
||||
|
||||
// used by :mkvimperatorrc to save mappings
|
||||
getUserIterator: function (mode)
|
||||
{
|
||||
return mappingsIterator(mode, user);
|
||||
},
|
||||
getUserIterator: function (mode) mappingsIterator(mode, user),
|
||||
|
||||
add: function (modes, keys, description, action, extra)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user