Skip to content

Instantly share code, notes, and snippets.

@apipkin
Created March 5, 2010 20:40
Show Gist options
  • Save apipkin/323122 to your computer and use it in GitHub Desktop.
Save apipkin/323122 to your computer and use it in GitHub Desktop.
initializer : function(config){
timerCallback = Y.bind(this._timer,this);
this.publish(EVENTS.START , { defaultFn : function(){ this.set('status',STATUS.RUNNING); this._makeTimer(); } });
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment