aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2009-11-17 09:28:05 +0000
committeranekos2009-11-17 09:28:05 +0000
commitaea3eada705da3995d1ba05b473c8b73b4c15e93 (patch)
tree09feab09491b0f14e60b002f4a859b77854432b6
parent3916d201b9c7049d3844034b4cc520cf12d7413b (diff)
downloadvimperator-plugins-aea3eada705da3995d1ba05b473c8b73b4c15e93.tar.bz2
クラッシュの原因となっていたので、書き方を変更。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35934 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--pino.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/pino.js b/pino.js
index d903389..b2b853c 100644
--- a/pino.js
+++ b/pino.js
@@ -41,7 +41,7 @@ var PLUGIN_INFO =
<require type="plugin">_libly.js</require>
<author mail="snaka.gml@gmail.com" homepage="http://vimperator.g.hatena.ne.jp/snaka72/">snaka</author>
<license>MIT style license</license>
- <version>1.3.1</version>
+ <version>1.3.2</version>
<detail><![CDATA[
== Subject ==
Open livedoor Reader pinned items.
@@ -339,8 +339,6 @@ let self = liberator.plugins.pino = (function() {
})();
// for backward compatibility
self.api = {};
-[
+for each (p in "items head remove".split(' '))
self.api[p] = self[p]
- for each (p in "items head remove".split(' '))
-];
// vim: ts=2 sw=2 et fdm=marker