ES5 space-before-function-parens

This commit is contained in:
Amine Ben hammou
2017-09-21 08:35:12 +00:00
parent bf1d76a3a7
commit 680446b77e
52 changed files with 871 additions and 872 deletions

View File

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