diff options
author | anekos | 2011-07-15 05:01:23 +0900 |
---|---|---|
committer | anekos | 2011-07-15 05:01:23 +0900 |
commit | 769dd2e3459515ee7f27a0f8fb28f86ab06ef48e (patch) | |
tree | 7eca2532c64feeb22c886435a16660ccb78cb5ac | |
parent | 17007cb4a0018f15fed334849546edc75f0fafa0 (diff) | |
download | vimperator-plugins-769dd2e3459515ee7f27a0f8fb28f86ab06ef48e.tar.bz2 |
残骸抹消
-rw-r--r-- | google-plus-commando.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index e6c1d07..16e3fbf 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -82,18 +82,6 @@ let INFO = // }}} - const Conf = (function () { - let gv = liberator.globalVariables; - let conf = {}; - 'label_shortcut'.split(/\s/).forEach(function (n) { - conf.__defineGetter__( - n.replace(/_./g, function (m) m.slice(1).toUpperCase()), - function () gv['gmail_commando_' + n] - ); - }); - return conf; - })(); - // Elements {{{ const Names = { |