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