From b3a63d12f945ea36bc72370b55b1ae6858f7e395 Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 2 Mar 2009 15:04:28 +0000 Subject: 末尾の空白の除去など git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30710 d0d07461-0603-4401-acd4-de1884942a52 --- exopen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exopen.js') diff --git a/exopen.js b/exopen.js index 0126306..696f102 100644 --- a/exopen.js +++ b/exopen.js @@ -175,7 +175,7 @@ liberator.plugins.exOpen = (function() { }, find: function(label) { var ret = null; - global.some(function(template) template.label == label ? (ret = template) && true : false); + global.some(function(template) (template.label == label) && (ret = template)); return ret; }, open: function(arg) { -- cgit v1.2.3