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/test/spec/tags/ui/tag.spec.js | 2 -- web-ui/test/spec/tags/ui/tag_list.spec.js | 4 ---- 2 files changed, 6 deletions(-) (limited to 'web-ui/test/spec/tags') diff --git a/web-ui/test/spec/tags/ui/tag.spec.js b/web-ui/test/spec/tags/ui/tag.spec.js index 36fc83f2..74587bbb 100644 --- a/web-ui/test/spec/tags/ui/tag.spec.js +++ b/web-ui/test/spec/tags/ui/tag.spec.js @@ -1,5 +1,3 @@ -/*global Pixelated */ -/*global _ */ describeComponent('tags/ui/tag', function () { 'use strict'; diff --git a/web-ui/test/spec/tags/ui/tag_list.spec.js b/web-ui/test/spec/tags/ui/tag_list.spec.js index 78bd84d9..9391a30a 100644 --- a/web-ui/test/spec/tags/ui/tag_list.spec.js +++ b/web-ui/test/spec/tags/ui/tag_list.spec.js @@ -1,7 +1,3 @@ -/* global _ */ -/* global Pixelated */ -/* global jasmine */ - describeComponent('tags/ui/tag_list', function () { 'use strict'; var tagsShortcutsContainer; -- cgit v1.2.3