PHP Classes

File: CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/utils/hooks.js

Recommend this page to a friend!
  Classes of James Brows   Coffee CMS   CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/utils/hooks.js   Download  
File: CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/utils/hooks.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Coffee CMS
Content management system using MVC based themes
Author: By
Last change:
Date: 2 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; }