ship-gis/node_modules/underscore/amd/_unmethodize.js

10 lines
170 B
JavaScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
define(['./_bindCb', './_setup'], function (_bindCb, _setup) {
function unmethodize(method) {
return _bindCb(_setup.call, method);
}
return unmethodize;
});