mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 15:45:46 +01:00
Rename Class#setTimeout to appease AMO's validation grep.
This commit is contained in:
@@ -270,7 +270,7 @@ const Player = Module("player", {
|
||||
*/
|
||||
searchViewAgain: function searchViewAgain(reverse) {
|
||||
function echo(str) {
|
||||
setTimeout(function () {
|
||||
this.timeout(function () {
|
||||
commandline.echo(str, commandline.HL_WARNINGMSG, commandline.APPEND_TO_MESSAGES | commandline.FORCE_SINGLELINE);
|
||||
}, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user