mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 03:52:26 +01:00
add missing semicolons
This commit is contained in:
@@ -886,7 +886,7 @@ liberator.Editor = function () //{{{
|
||||
(function () {
|
||||
textBox.style.backgroundColor = colors.shift();
|
||||
if (colors.length > 0)
|
||||
setTimeout(arguments.callee, timeout)
|
||||
setTimeout(arguments.callee, timeout);
|
||||
})();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user