Skip to content

Commit 8833b1c

Browse files
committed
eslint: Fix no-array-constructor.
1 parent 66e5efd commit 8833b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gmail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,7 @@ var Gmail_ = function(localJQuery) {
25172517

25182518

25192519
// loop through any matching to elements & prepare for output
2520-
var out = new Array();
2520+
var out = [];
25212521

25222522
this.dom("to").each(function() {
25232523
var el = $(this);

0 commit comments

Comments
 (0)