Fix func-names rule in es5

Please remove those comments if you work on those files
[MAILPOET-1143]
This commit is contained in:
Pavel Dohnal
2018-01-08 14:56:00 +00:00
parent 7465398d17
commit 699017532e
53 changed files with 301 additions and 286 deletions

View File

@@ -1,10 +1,10 @@
define('admin', [
'jquery'
],
function (jQuery) {
jQuery(function ($) {
function admin(jQuery) {
jQuery(function adminDomReady($) {
// dom ready
$(function () {
$(function domReady() {
});
});