Fix indentaition in *.js files (auto-fix by ESLint)

[MAILPOET-1829]
This commit is contained in:
Jan Jakeš
2019-02-20 12:25:33 +01:00
committed by M. Shull
parent a2e89039c6
commit bb658f77ec
67 changed files with 10595 additions and 10595 deletions

View File

@@ -1,8 +1,8 @@
import jQuery from 'jquery';
jQuery(function adminDomReady($) {
// dom ready
$(function domReady() {
jQuery(function adminDomReady($) {
// dom ready
$(function domReady() {
});
});
});