ship-gis/node_modules/underscore/amd/_push.js
2026-01-22 09:14:01 +09:00

8 lines
144 B
JavaScript

define(['./_setup', './_unmethodize'], function (_setup, _unmethodize) {
var push = _unmethodize(_setup.ArrayProto.push);
return push;
});