mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 00:45:45 +01:00
Make teledactyl not explode yay.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// given in the LICENSE.txt file included with this file.
|
||||
"use strict";
|
||||
|
||||
const Mail = Module("mail", {
|
||||
var Mail = Module("mail", {
|
||||
init: function init() {
|
||||
// used for asynchronously selecting messages after wrapping folders
|
||||
this._selectMessageKeys = [];
|
||||
|
||||
Reference in New Issue
Block a user