1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 04:44:12 +01:00

Revert "Undo unacknowledged damage in penultimate commit."

This reverts commit b1455b31491b4443a4789b91ca3d172d55c1b424.
This commit is contained in:
Kris Maglione
2009-06-06 23:50:26 -04:00
parent 83d7e30b5d
commit d12f77e347

View File

@@ -82,7 +82,7 @@ Map.prototype = {
* @param {string} name The name to query.
* @returns {boolean}
*/
hasName: function (name) this.names.indexOf(name) >= 0 || this.names.indexOf(name.replace(/<S-(.)>/g, "$1")) >= 0,
hasName: function (name) this.names.indexOf(name) >= 0,
/**
* Execute the action for this mapping.