1
0
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:
Kris Maglione
2008-09-14 22:23:06 +00:00
parent caf1274df9
commit 386bfb1f20
3 changed files with 23 additions and 12 deletions

View File

@@ -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)