Browse Source

lint compliance

master
yflory 2 years ago
parent
commit
3314778c54
1 changed files with 1 additions and 2 deletions
  1. 3
      customize.dist/main.js

3
customize.dist/main.js

@ -1,8 +1,7 @@
define([
'jquery',
'/common/outer/local-store.js',
'/customize/messages.js',
], function ($, LocalStore, Messages) {
], function ($, LocalStore) {
$(function () {
var $main = $('#mainBlock');

Loading…
Cancel
Save