mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 17:12:28 +01:00
use 'lambda' notation where appropriate
This commit is contained in:
@@ -901,8 +901,7 @@ liberator.Options = function () //{{{
|
||||
" Options ---</th></tr>";
|
||||
var name, value, defaultValue;
|
||||
|
||||
prefArray.forEach(function (pref)
|
||||
{
|
||||
prefArray.forEach(function (pref) {
|
||||
var userValue = prefService.prefHasUserValue(pref);
|
||||
if ((!onlyNonDefault || userValue) && pref.indexOf(filter) >= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user