mirror of
https://github.com/azure/login.git
synced 2026-06-06 06:17:08 +00:00
9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
define(['./_bindCb', './_setup'], function (_bindCb, _setup) {
|
|
|
|
function unmethodize(method) {
|
|
return _bindCb(_setup.call, method);
|
|
}
|
|
|
|
return unmethodize;
|
|
|
|
});
|