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/views/i18n.js | 2 -- web-ui/app/js/views/recipientListFormatter.js | 1 - web-ui/app/js/views/templates.js | 1 - 3 files changed, 4 deletions(-) (limited to 'web-ui/app/js/views') diff --git a/web-ui/app/js/views/i18n.js b/web-ui/app/js/views/i18n.js index 12dc74ea..b09490f5 100644 --- a/web-ui/app/js/views/i18n.js +++ b/web-ui/app/js/views/i18n.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 Handlebars */ - define(['i18next'], function(i18n) { 'use strict'; diff --git a/web-ui/app/js/views/recipientListFormatter.js b/web-ui/app/js/views/recipientListFormatter.js index 68e6dbe1..0b887142 100644 --- a/web-ui/app/js/views/recipientListFormatter.js +++ b/web-ui/app/js/views/recipientListFormatter.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 Handlebars */ define(function() { 'use strict'; diff --git a/web-ui/app/js/views/templates.js b/web-ui/app/js/views/templates.js index 9d202207..91333da8 100644 --- a/web-ui/app/js/views/templates.js +++ b/web-ui/app/js/views/templates.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 Handlebars */ define(['hbs/templates'], function (templates) { 'use strict'; -- cgit v1.2.3