lint compliance

This commit is contained in:
yflory
2019-05-23 15:51:50 +02:00
parent 7666a008d7
commit caf36cb3bf
3 changed files with 5 additions and 6 deletions

View File

@@ -5,8 +5,7 @@ define([
'/common/common-ui-elements.js',
'/common/notifications.js',
'/common/hyperscript.js',
'/customize/messages.js'
], function ($, Util, UI, UIElements, Notifications, h, Messages) {
], function ($, Util, UI, UIElements, Notifications, h) {
var Mailbox = {};
Mailbox.create = function (Common) {