diff options
author | Jagua | 2013-11-10 23:52:35 +0900 |
---|---|---|
committer | Jagua | 2013-11-10 23:52:35 +0900 |
commit | 74789b7ddf00197fbf04b5d19c728e6e5230c78d (patch) | |
tree | c840e265802c03511c2d8e3a3d560bc5ccf9cda9 | |
parent | ea8fe640950900697042b28c732a9012ce87c46f (diff) | |
download | vimperator-plugins-74789b7ddf00197fbf04b5d19c728e6e5230c78d.tar.bz2 |
fix: typo.
-rw-r--r-- | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index 1061c78..609a36a 100644 --- a/twittperator.js +++ b/twittperator.js @@ -2135,7 +2135,7 @@ let INFO = xml` notMine: function (st) let (n = setting.screenName) (n ? (!st.user || st.user.screen_name !== n) : st), - mine: function (st) + selectMine: function (st) (!Predicates.notMine(st)) }; // }}} let Completers = (function() { // {{{ |