Skip to content

Instantly share code, notes, and snippets.

@tomtoday
Created November 15, 2010 19:15
Show Gist options
  • Save tomtoday/700802 to your computer and use it in GitHub Desktop.
Save tomtoday/700802 to your computer and use it in GitHub Desktop.
MyGreatApp.OrderForm = function() {
//...
}
MyGreatApp.OrderForm.prototype ={
//...
initPromoCodeSubmit: function(){
// do stuff
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment