aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
Diffstat (limited to 'twittperator.js')
-rw-r--r--twittperator.js2
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() { // {{{