diff options
Diffstat (limited to 'common/content/hints.js')
-rw-r--r-- | common/content/hints.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/hints.js b/common/content/hints.js index b821e0d7..dd9f542f 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -879,7 +879,7 @@ function Hints() //{{{ onChange: function () { modes.pop(); }, onCancel: function (arg) { arg && setTimeout(function () hints.show(arg), 0); } }); - }, { flags: Mappings.flags.COUNT }); + }, { count: true }); /////////////////////////////////////////////////////////////////////////////}}} ////////////////////// PUBLIC SECTION ////////////////////////////////////////// |