ES5 space-before-function-parens
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
define('admin', [
|
||||
'jquery'
|
||||
],
|
||||
function(jQuery) {
|
||||
jQuery(function($) {
|
||||
function (jQuery) {
|
||||
jQuery(function ($) {
|
||||
// dom ready
|
||||
$(function() {
|
||||
$(function () {
|
||||
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user