From 6f6f8a338ec460aea761de320aaccc25b0eb2d42 Mon Sep 17 00:00:00 2001 From: Alexandre Pretto Nunes Date: Mon, 12 Jan 2015 20:08:00 -0200 Subject: Improve jshint configuration --- web-ui/app/js/services/delete_service.js | 1 - web-ui/app/js/services/mail_service.js | 2 -- web-ui/app/js/services/model/mail.js | 1 - 3 files changed, 4 deletions(-) (limited to 'web-ui/app/js/services') diff --git a/web-ui/app/js/services/delete_service.js b/web-ui/app/js/services/delete_service.js index 12837fae..470ab145 100644 --- a/web-ui/app/js/services/delete_service.js +++ b/web-ui/app/js/services/delete_service.js @@ -14,7 +14,6 @@ * You should have received a copy of the GNU Affero General Public License * along with Pixelated. If not, see . */ -/*global _ */ define(['flight/lib/component', 'page/events', 'views/i18n'], function (defineComponent, events, i18n) { 'use strict'; diff --git a/web-ui/app/js/services/mail_service.js b/web-ui/app/js/services/mail_service.js index 99f812f8..ca8b1da1 100644 --- a/web-ui/app/js/services/mail_service.js +++ b/web-ui/app/js/services/mail_service.js @@ -14,8 +14,6 @@ * You should have received a copy of the GNU Affero General Public License * along with Pixelated. If not, see . */ -/*global _ */ -/*global Pixelated */ define( [ diff --git a/web-ui/app/js/services/model/mail.js b/web-ui/app/js/services/model/mail.js index 2c5fa0dd..17fb25b0 100644 --- a/web-ui/app/js/services/model/mail.js +++ b/web-ui/app/js/services/model/mail.js @@ -14,7 +14,6 @@ * You should have received a copy of the GNU Affero General Public License * along with Pixelated. If not, see . */ -/*global _ */ 'use strict'; define(['helpers/contenttype'], -- cgit v1.2.3