Fix eslint default-case in es5 files

[MAILPOET-1145]
This commit is contained in:
Pavel Dohnal
2018-02-19 15:58:25 +00:00
parent 426a72c557
commit e10901d939
3 changed files with 5 additions and 1 deletions

View File

@@ -151,6 +151,9 @@ define('notice', ['mailpoet', 'jquery'], function (mp, jQuery) { // eslint-disab
case 'error':
this.element.addClass('notice notice-error');
break;
default:
this.element.addClass('notice');
break;
}
// make the notice appear