mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Maybe fix SyntaxError: non-generator method definitions may not contain yield in MigrationUtils.jsm
This commit is contained in:
parent
6509b677d3
commit
a2b532ed1a
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ this.MigrationUtils = Object.freeze({
|
|||
|
||||
// Iterates the available migrators, in the most suitable
|
||||
// order for the running platform.
|
||||
get migrators() {
|
||||
migrators: function* MU_migrators() {
|
||||
let migratorKeysOrdered = [
|
||||
#ifdef XP_WIN
|
||||
"firefox", "ie", "chrome", "safari"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue