mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:52:25 +01:00
whitespace fixes
This commit is contained in:
@@ -487,7 +487,7 @@ liberator.Bookmarks = function () //{{{
|
||||
url: item[0],
|
||||
title: item[1],
|
||||
extra: [['keyword', item[2], 'red'],
|
||||
['tags', item[3].join(', '), 'blue']].filter(function(i) i[1])
|
||||
['tags', item[3].join(', '), 'blue']].filter(function (i) i[1])
|
||||
} for each (item in items)));
|
||||
liberator.commandline.echo(list, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user