Current section

Files

Jump to
excessibility assets node_modules underscore amd shift.js
Raw

assets/node_modules/underscore/amd/shift.js

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