From 3314778c5482b3501331b6444e75153fe881c52f Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 5 Nov 2018 17:33:04 +0100 Subject: [PATCH] lint compliance --- customize.dist/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/customize.dist/main.js b/customize.dist/main.js index 025106685..44ef51d0d 100644 --- a/customize.dist/main.js +++ b/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');