1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 20:35:47 +01:00

Prefer " over '.

This commit is contained in:
Doug Kearns
2008-12-29 23:26:09 +11:00
parent 41f7bc12be
commit d65b57cf2d
7 changed files with 9 additions and 5 deletions

View File

@@ -1113,6 +1113,7 @@ const liberator = (function () //{{{
break;
default:
// FIXME: should this really be a user-visible error? --djk
liberator.echoerr("Exxx: Invalid 'where' directive in liberator.open(...)");
return false;
}