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/mail_view/ui/mail_view.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'web-ui/app/js/mail_view/ui/mail_view.js') diff --git a/web-ui/app/js/mail_view/ui/mail_view.js b/web-ui/app/js/mail_view/ui/mail_view.js index 1d3fa173..66b33748 100644 --- a/web-ui/app/js/mail_view/ui/mail_view.js +++ b/web-ui/app/js/mail_view/ui/mail_view.js @@ -14,12 +14,8 @@ * You should have received a copy of the GNU Affero General Public License * along with Pixelated. If not, see . */ -/*global Pixelated */ -/*global _ */ -/*global Bloodhound */ 'use strict'; - define( [ 'flight/lib/component', @@ -64,7 +60,7 @@ define( encrypted = this.checkEncrypted(data.mail); } - var attachments = _.map(data.mail.attachments, function(a){ + var attachments = _.map(data.mail.attachments, function(a){ return { 'encoding': a.headers['Content-Transfer-Encoding'], 'name': a.name, 'ident': a.ident }; }); -- cgit v1.2.3