Skip to content

Commit

Permalink
fixed #2270 TypeError: this.trigger is not a function
Browse files Browse the repository at this point in the history
  • Loading branch information
daim2k5 committed Nov 6, 2015
1 parent 22629ab commit 45ad72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/mage/backend/validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
* @protected
*/
_onError: function() {
this.trigger('processStop');
$('body').trigger('processStop');

if (this.options.errorUrl) {
location.href = this.options.errorUrl;
Expand Down

0 comments on commit 45ad72f

Please sign in to comment.