Skip to content

Commit f8f9f73

Browse files
CR feedback
1 parent 6e2569b commit f8f9f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mm-form/mm-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
_diffData: function() {
316316
return Object.keys(this.data).filter(function(key) {
317317
return this.data[key] !== this._initialData[key];
318-
}.bind(this)).length > 0;
318+
}, this).length > 0;
319319
},
320320

321321
// form validation

0 commit comments

Comments
 (0)