Skip to content

Instantly share code, notes, and snippets.

@ireneyiu
Created July 29, 2014 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ireneyiu/fb73f0e0dd96dfc1d718 to your computer and use it in GitHub Desktop.
Save ireneyiu/fb73f0e0dd96dfc1d718 to your computer and use it in GitHub Desktop.
wfApp.settings.PasswordView = function(opts) {
this.$el = $(opts.el);
this.$inputCurrent = this.$el.find(opts.inputCurrent);
this.$inputNew = this.$el.find(opts.inputNew);
this.submitUrl = this.$el.attr('action');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment