mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 10:37:59 +01:00
Split Map.flags into individual properties of Map.
This commit is contained in:
@@ -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 //////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user