Skip to content

Instantly share code, notes, and snippets.

@derveloper
Created December 2, 2014 10:03
Show Gist options
  • Save derveloper/910a3ea1ccbd64dfa6e8 to your computer and use it in GitHub Desktop.
Save derveloper/910a3ea1ccbd64dfa6e8 to your computer and use it in GitHub Desktop.
init: function init () {
if(!$$(".firstemployee a")[0]) return;
$$('.employeeDecider li a').addEvent('click', this.employeeDeciderClicked.bindWithEvent(this));
this.enableEmployeeDecider($$(".firstemployee a")[0]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment