mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 10:37:58 +01:00
Fix idiocy. Closes issue #496.
This commit is contained in:
@@ -669,7 +669,7 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef
|
||||
},
|
||||
initialValue: true,
|
||||
persist: false,
|
||||
validator: function (val) parseInt(val) == val || modules.Option.validateCompleter.call(this, val)
|
||||
validator: function validator(val) parseInt(val) == val || validator.superapply(this, arguments)
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user