1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 17:42:27 +01:00

whitespace formatting fixes

This commit is contained in:
Doug Kearns
2008-08-07 06:04:41 +00:00
parent 9f31811e79
commit 2b1d16b396
3 changed files with 7 additions and 7 deletions

View File

@@ -290,7 +290,7 @@ liberator.Completion = function () //{{{
var stylesheets = getAllStyleSheets(window.content);
// TODO: how should we handle duplicate titles?
stylesheets = stylesheets.filter(function(stylesheet) {
stylesheets = stylesheets.filter(function (stylesheet) {
return !(!/^(screen|all|)$/i.test(stylesheet.media.mediaText) || /^\s*$/.test(stylesheet.title))
}).map(function (stylesheet) {
return [stylesheet.title, stylesheet.href || "inline"];