login/node_modules/underscore/amd/_unmethodize.js
2023-11-20 14:12:35 +08:00

9 lines
170 B
JavaScript

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