Skip to content
Snippets Groups Projects
Commit ed8f27e6 authored by Bryce Johnson's avatar Bryce Johnson
Browse files

Fix profile test failure.

parent 07bf262f
No related branches found
No related tags found
No related merge requests found
((global) => {
 
class Profile {
constructor({ form }) {
constructor({ form } = {}) {
this.onSubmitForm = this.onSubmitForm.bind(this);
this.form = form || $('.edit-user');
this.bindEvents();
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment