From 443857dffe946e93865bfd36bef4001203df2a39 Mon Sep 17 00:00:00 2001 From: drry Date: Mon, 3 Nov 2008 15:58:50 +0000 Subject: * cosmetic changes. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22654 d0d07461-0603-4401-acd4-de1884942a52 --- mixiecho.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mixiecho.js') diff --git a/mixiecho.js b/mixiecho.js index c3dbb39..953588f 100644 --- a/mixiecho.js +++ b/mixiecho.js @@ -18,7 +18,7 @@ if (typeof ignoreTags == "string") ignoreTags = [ignoreTags]; var stripTags = []; ignoreTags = ignoreTags.filter(function(tag) tag[tag.length - 1] == "/" || !stripTags.push(tag)) - .map(function(tag) tag.replace(/\/$/, "")); + .map(function(tag) tag.replace(/\/$/, "")); if (stripTags.length > 0) { stripTags = stripTags.length > 1 ? "(?:" + stripTags.join("|") + ")" -- cgit v1.2.3