From f33100d5798477ce49e52e3bebad3b26b93b3ad0 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 6 Jun 2009 23:39:21 -0400 Subject: [PATCH] Undo unacknowledged damage in penultimate commit. --- common/content/mappings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/mappings.js b/common/content/mappings.js index 4b0d53e6..9b00ebd8 100644 --- a/common/content/mappings.js +++ b/common/content/mappings.js @@ -82,7 +82,7 @@ Map.prototype = { * @param {string} name The name to query. * @returns {boolean} */ - hasName: function (name) this.names.indexOf(name) >= 0, + hasName: function (name) this.names.indexOf(name) >= 0 || this.names.indexOf(name.replace(//g, "$1")) >= 0, /** * Execute the action for this mapping.