diff options
author | anekos | 2009-11-17 09:28:05 +0000 |
---|---|---|
committer | anekos | 2009-11-17 09:28:05 +0000 |
commit | aea3eada705da3995d1ba05b473c8b73b4c15e93 (patch) | |
tree | 09feab09491b0f14e60b002f4a859b77854432b6 /pino.js | |
parent | 3916d201b9c7049d3844034b4cc520cf12d7413b (diff) | |
download | vimperator-plugins-aea3eada705da3995d1ba05b473c8b73b4c15e93.tar.bz2 |
クラッシュの原因となっていたので、書き方を変更。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35934 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'pino.js')
-rw-r--r-- | pino.js | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |