diff options
-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 |