Current section

Files

Jump to
excessibility assets node_modules underscore amd _unmethodize.js
Raw

assets/node_modules/underscore/amd/_unmethodize.js

define(['./_bindCb', './_setup'], function (_bindCb, _setup) {
function unmethodize(method) {
return _bindCb(_setup.call, method);
}
return unmethodize;
});