mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-12 04:45:47 +01:00
Rename Class#setTimeout to appease AMO's validation grep.
This commit is contained in:
@@ -409,7 +409,7 @@ const Editor = Module("editor", {
|
||||
(function next() {
|
||||
textBox.style.backgroundColor = colors.shift();
|
||||
if (colors.length > 0)
|
||||
setTimeout(next, 100);
|
||||
util.timeout(next, 100);
|
||||
})();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user