mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:08:00 +01:00
more AR whitespace fixes
This commit is contained in:
@@ -357,7 +357,7 @@ liberator.Buffer = function () //{{{
|
||||
if (elements.length > 0)
|
||||
{
|
||||
if (count > elements.length)
|
||||
count = elements.length;
|
||||
count = elements.length;
|
||||
else if (count < 1)
|
||||
count = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user