Skip to content

Instantly share code, notes, and snippets.

@skvoz
Created August 31, 2015 07:28
Show Gist options
  • Select an option

  • Save skvoz/219baa3eee76bee79c3c to your computer and use it in GitHub Desktop.

Select an option

Save skvoz/219baa3eee76bee79c3c to your computer and use it in GitHub Desktop.
js example oop
var account = {
warehouseId: 'warId',
warehouseHandler: function(){
this.warehouseId.on('click',funciton(){})
}
};
$(funciton(){
account.warehouseHandler();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment