1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 01:54:12 +01:00

Don't accept non-boolean options with 'no' prefixes.

This commit is contained in:
Kris Maglione
2011-03-12 15:06:47 -05:00
parent 45260a2f69
commit 243559ec17

View File

@@ -797,7 +797,7 @@ var Options = Module("options", {
* {@link Map#extraInfo}).
* @optional
*/
add: function (names, description, type, defaultValue, extraInfo) {
add: function add(names, description, type, defaultValue, extraInfo) {
const self = this;
if (!extraInfo)