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