mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:57:57 +01:00
Cleanup default 'hinttags' definition a bit
This commit is contained in:
@@ -716,6 +716,7 @@ util.Array = function Array_(ary) {
|
||||
return util.Array(res);
|
||||
return res;
|
||||
},
|
||||
concat: function() Array.concat.apply(this.__proto__, arguments),
|
||||
map: function() this.__noSuchMethod__("map", Array.slice(arguments)),
|
||||
};
|
||||
return obj;
|
||||
|
||||
Reference in New Issue
Block a user