lint compliance
parent
05e7d5eb9b
commit
3314778c54
|
@ -1,8 +1,7 @@
|
|||
define([
|
||||
'jquery',
|
||||
'/common/outer/local-store.js',
|
||||
'/customize/messages.js',
|
||||
], function ($, LocalStore, Messages) {
|
||||
], function ($, LocalStore) {
|
||||
|
||||
$(function () {
|
||||
var $main = $('#mainBlock');
|
||||
|
|
Loading…
Reference in New Issue