mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 09:04:12 +01:00
Allow hints in the MOW.
This commit is contained in:
@@ -51,7 +51,7 @@ liberator.Map.prototype = {
|
||||
|
||||
hasName: function (name)
|
||||
{
|
||||
return this.names.some(function (e) { return e == name; });
|
||||
return this.names.some(function (e) e == name);
|
||||
},
|
||||
|
||||
execute: function (motion, count, argument)
|
||||
|
||||
Reference in New Issue
Block a user