From d12f77e3475b058563757514b785c5d6ca456bb4 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 6 Jun 2009 23:50:26 -0400 Subject: [PATCH] Revert "Undo unacknowledged damage in penultimate commit." This reverts commit b1455b31491b4443a4789b91ca3d172d55c1b424. --- 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 9b00ebd8..4b0d53e6 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 || this.names.indexOf(name.replace(//g, "$1")) >= 0, + hasName: function (name) this.names.indexOf(name) >= 0, /** * Execute the action for this mapping.