From 15fb0222f8a2162f8b72232b082367ca2d6be430 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 3 Aug 2010 10:50:58 +0000 Subject: text を unescape するんだ git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38151 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index 2022760..f16c3c6 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1201,10 +1201,10 @@ } xhr.send(null); } // }}} + function unescapeBrakets(str) // {{{ + str.replace(/</g, "<").replace(/>/g, ">"); + // }}} function showTL(s) { // {{{ - function unescapeBrakets(str) - str.replace(/</g, "<").replace(/>/g, ">"); - let html =