mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-10 22:55:45 +01:00
whitespace fixes
This commit is contained in:
@@ -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)
|
||||
})();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user