Commit ed8f27e6 authored by Bryce Johnson's avatar Bryce Johnson

Fix profile test failure.

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