1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-11 05:45:46 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-09-14 14:57:46 +00:00
parent ecf3d669ce
commit b7cf04793f
3 changed files with 10 additions and 10 deletions

View File

@@ -883,9 +883,9 @@ liberator.Editor = function () //{{{
{
var timeout = 100;
var colors = [tmpBg, oldBg, tmpBg, oldBg];
(function() {
(function () {
textBox.style.backgroundColor = colors.shift();
if(colors.length > 0)
if (colors.length > 0)
setTimeout(arguments.callee, timeout)
})();
}