8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
define(['./_unmethodize', './_setup'], function (_unmethodize, _setup) {
|
|
|
|
var push = _unmethodize(_setup.ArrayProto.push);
|
|
|
|
return push;
|
|
|
|
});
|