var ArrayProto = Array.prototype, ObjProto = Object.prototype, FuncProto = Function.prototype;
equivalent for
var ArrayProto = Array.prototype;
var ObjProto = Object.prototype;
var FuncProto = Function.prototype;
Stored bytes are not related to the absence of line breaks, since the minifier will delete them if they are present in the code.
Array.prototype, , minifier ( ), 14 Array.prototype, ArrayProto. minifier , , Array.prototype, .
, gzipped-, .
-. , , , , , ) , , ( , , ).
:
(function(window, undefined){
// window and undefined are replaced by one letter
// names by the minifier
})(window, undefined);