PHP Classes

File: vendors/gentelella/vendors/moment/src/lib/utils/hooks.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/moment/src/lib/utils/hooks.js   Download  
File: vendors/gentelella/vendors/moment/src/lib/utils/hooks.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 298 bytes
 

Contents

Class file image Download
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; }