mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:32:27 +01:00
add missing semicolons
This commit is contained in:
@@ -573,7 +573,7 @@ liberator.Buffer = function () //{{{
|
||||
|
||||
// TODO: how should we handle duplicate titles?
|
||||
stylesheets = stylesheets.filter(function (stylesheet) {
|
||||
return !(!/^(screen|all|)$/i.test(stylesheet.media.mediaText) || /^\s*$/.test(stylesheet.title))
|
||||
return !(!/^(screen|all|)$/i.test(stylesheet.media.mediaText) || /^\s*$/.test(stylesheet.title));
|
||||
});
|
||||
|
||||
return stylesheets;
|
||||
|
||||
Reference in New Issue
Block a user