Skip to content

Instantly share code, notes, and snippets.

@markupboy
Created February 26, 2013 19:19
Show Gist options
  • Save markupboy/5041238 to your computer and use it in GitHub Desktop.
Save markupboy/5041238 to your computer and use it in GitHub Desktop.
var EmailCustomizer = window.EmailCustomizer = Class.extend({
init: function(emailCustomized, _super) {
this._super = _super;
this.form = $('.settings');
this.emailCustomizer = $('#customize_email');
.........
this.emailCustomizer = new EmailCustomizer(this.emailCustomized, this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment