1
0
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:
Kris Maglione
2011-07-28 01:32:25 -04:00
parent a63d61612d
commit 93edf62036
5 changed files with 16 additions and 9 deletions

View File

@@ -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 = [];