1
0
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:
Doug Kearns
2008-09-23 10:06:04 +00:00
parent 1d139b05e8
commit 851d8d8383
16 changed files with 152 additions and 176 deletions

View File

@@ -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)
{