mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:57:59 +01:00
change remaining uses of the Array() constructor in array initializations to
literals
This commit is contained in:
@@ -58,7 +58,7 @@ function Hints() //{{{
|
||||
else
|
||||
{
|
||||
if (!wins)
|
||||
wins = new Array();
|
||||
wins = [];
|
||||
|
||||
win.winId = wins.length;
|
||||
wins.push(win);
|
||||
|
||||
Reference in New Issue
Block a user