1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 15:24:11 +01:00

Change multiline beep guard clauses to single line formatting.

This commit is contained in:
Doug Kearns
2009-06-02 19:41:22 +10:00
parent e762b6f9d4
commit 09d8af9044
8 changed files with 12 additions and 46 deletions

View File

@@ -915,10 +915,7 @@ function QuickMarks() //{{{
function (arg)
{
if (/[^a-zA-Z0-9]/.test(arg))
{
liberator.beep();
return;
}
return void liberator.beep();
quickmarks.add(arg, buffer.URL);
},