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_list/ui/mail_item_factory.js | 1 - web-ui/app/js/mail_list/ui/mail_items/draft_item.js | 1 - web-ui/app/js/mail_list/ui/mail_items/generic_mail_item.js | 1 - web-ui/app/js/mail_list/ui/mail_items/mail_item.js | 1 - web-ui/app/js/mail_list/ui/mail_items/sent_item.js | 1 - web-ui/app/js/mail_list/ui/mail_list.js | 1 - web-ui/app/js/mail_list/ui/mail_syncing_progress_bar.js | 1 - 7 files changed, 7 deletions(-) (limited to 'web-ui/app/js/mail_list') diff --git a/web-ui/app/js/mail_list/ui/mail_item_factory.js b/web-ui/app/js/mail_list/ui/mail_item_factory.js index 8eedcde3..e7e52cc2 100644 --- a/web-ui/app/js/mail_list/ui/mail_item_factory.js +++ b/web-ui/app/js/mail_list/ui/mail_item_factory.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( diff --git a/web-ui/app/js/mail_list/ui/mail_items/draft_item.js b/web-ui/app/js/mail_list/ui/mail_items/draft_item.js index f09add73..a2da917f 100644 --- a/web-ui/app/js/mail_list/ui/mail_items/draft_item.js +++ b/web-ui/app/js/mail_list/ui/mail_items/draft_item.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( [ diff --git a/web-ui/app/js/mail_list/ui/mail_items/generic_mail_item.js b/web-ui/app/js/mail_list/ui/mail_items/generic_mail_item.js index 1117d44d..3931ffd8 100644 --- a/web-ui/app/js/mail_list/ui/mail_items/generic_mail_item.js +++ b/web-ui/app/js/mail_list/ui/mail_items/generic_mail_item.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( [ diff --git a/web-ui/app/js/mail_list/ui/mail_items/mail_item.js b/web-ui/app/js/mail_list/ui/mail_items/mail_item.js index 6d37a227..94f08a9f 100644 --- a/web-ui/app/js/mail_list/ui/mail_items/mail_item.js +++ b/web-ui/app/js/mail_list/ui/mail_items/mail_item.js @@ -64,7 +64,6 @@ define( this.render = function () { this.attr.tagsForListView = _.without(this.attr.tags, this.attr.tag); - debugger; var mailItemHtml = templates.mails[this.attr.templateType](this.attr); this.$node.html(mailItemHtml); this.$node.addClass(this.attr.statuses); diff --git a/web-ui/app/js/mail_list/ui/mail_items/sent_item.js b/web-ui/app/js/mail_list/ui/mail_items/sent_item.js index 7406b3f3..3e2e2723 100644 --- a/web-ui/app/js/mail_list/ui/mail_items/sent_item.js +++ b/web-ui/app/js/mail_list/ui/mail_items/sent_item.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( [ diff --git a/web-ui/app/js/mail_list/ui/mail_list.js b/web-ui/app/js/mail_list/ui/mail_list.js index 539670ab..c2746c88 100644 --- a/web-ui/app/js/mail_list/ui/mail_list.js +++ b/web-ui/app/js/mail_list/ui/mail_list.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( [ diff --git a/web-ui/app/js/mail_list/ui/mail_syncing_progress_bar.js b/web-ui/app/js/mail_list/ui/mail_syncing_progress_bar.js index 9cdcc5dc..8d4eebb5 100644 --- a/web-ui/app/js/mail_list/ui/mail_syncing_progress_bar.js +++ b/web-ui/app/js/mail_list/ui/mail_syncing_progress_bar.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( [ -- cgit v1.2.3