mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 12:12:26 +01:00
Remove spurious entry about 't' flag for 'complete' from NEWS..
This commit is contained in:
@@ -1140,7 +1140,7 @@ function Options() //{{{
|
||||
if (!scope)
|
||||
scope = options.OPTION_SCOPE_BOTH;
|
||||
|
||||
let opts = function (opt) {
|
||||
function opts(opt) {
|
||||
for (let opt in Iterator(options))
|
||||
{
|
||||
let option = {
|
||||
@@ -1189,7 +1189,7 @@ function Options() //{{{
|
||||
|
||||
let prefArray = options.allPrefs();
|
||||
prefArray.sort();
|
||||
let prefs = function () {
|
||||
function prefs() {
|
||||
for (let [, pref] in Iterator(prefArray))
|
||||
{
|
||||
let userValue = services.get("pref").prefHasUserValue(pref);
|
||||
|
||||
Reference in New Issue
Block a user