提交 ed8f27e6 编写于 作者: B Bryce Johnson

Fix profile test failure.

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册