diff options
author | snaka | 2009-05-23 11:06:00 +0000 |
---|---|---|
committer | snaka | 2009-05-23 11:06:00 +0000 |
commit | ac78a0b03acebb28e09376c98c246e6dc9c49ea0 (patch) | |
tree | a920f27e9a188700bc99c819d31f4cdf91689810 | |
parent | cfb7a437cee425a5d2d67fed2e95461aebfb7ed0 (diff) | |
download | vimperator-plugins-ac78a0b03acebb28e09376c98c246e6dc9c49ea0.tar.bz2 |
またやっちゃった。orz
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@33526 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | pino.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -304,7 +304,8 @@ let self = liberator.plugins.pino = (function() { shift : function() (new Pins).shift(), - head : self.shift, // @deprecated + head : function() // @deprecated + self.shift(), remove : function(link) (new Pins).remove(link), |