adding concat reference

This commit is contained in:
Jeremy Ashkenas
2011-12-07 09:30:55 -05:00
parent c67eaf672b
commit cf1d69227b

View File

@@ -25,6 +25,7 @@
// Create quick reference variables for speed access to core prototypes.
var slice = ArrayProto.slice,
concat = ArrayProto.concat,
unshift = ArrayProto.unshift,
toString = ObjProto.toString,
hasOwnProperty = ObjProto.hasOwnProperty;