1
0
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:
Doug Kearns
2008-09-11 08:23:46 +00:00
parent 3113c26a86
commit 8c3cfc4c8c
4 changed files with 34 additions and 30 deletions

View File

@@ -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;