Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
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);
},