How to use the clocker.globalClocker function in clocker

To help you get started, we’ve selected a few clocker examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github NetEase / lordofpomelo / web-server / public / js / lib / colorbox / director.js View on Github external
this._defaultView = param.view;
    this._displayList = [];

    this._now = 0;

    this.registerEvents();

    Director.__instance__ = this;
    
    var self = this;
    var clockf = function()
    {
      return self._now;
    };
    
    globalClocker(clockf);
  },

clocker

track project hours

MIT
Latest version published 3 months ago

Package Health Score

66 / 100
Full package analysis

Popular clocker functions