diff options
author | anekos | 2011-07-17 04:19:31 +0900 |
---|---|---|
committer | anekos | 2011-07-17 04:19:31 +0900 |
commit | 69c3f2de35ffb517022a528a98d49cdc9452d03c (patch) | |
tree | efb66d8b0b28611f84bd4bb4de3e60c41ffe4298 /google-plus-commando.js | |
parent | 15be43647a87fcd929645289d4d28bbe11c13805 (diff) | |
download | vimperator-plugins-69c3f2de35ffb517022a528a98d49cdc9452d03c.tar.bz2 |
コピペの残骸削除
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r-- | google-plus-commando.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index 855a30f..7c33738 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -213,11 +213,6 @@ let INFO = } function Viewer (root) { - function nButton (n) { - let bs = self.buttons; - if (bs.length === 2) - return bs[n]; - } let self = { get cancel () root.querySelector('.' + Names.closeButton), get prev () root.querySelector('.vn.GE.AH'), |