mirror of
https://github.com/azure/login.git
synced 2026-06-06 10:47:05 +00:00
7 lines
144 B
JavaScript
7 lines
144 B
JavaScript
define(['./_unmethodize', './_setup'], function (_unmethodize, _setup) {
|
|
|
|
var push = _unmethodize(_setup.ArrayProto.push);
|
|
|
|
return push;
|
|
|
|
});
|