diff options
author | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2015-01-12 20:08:00 -0200 |
---|---|---|
committer | Alexandre Pretto Nunes <anunes@thoughtworks.com> | 2015-01-12 20:08:15 -0200 |
commit | 6f6f8a338ec460aea761de320aaccc25b0eb2d42 (patch) | |
tree | 9442094d5e63be6d824c455424cc60c58ae5ad4d /web-ui/app/js/services/delete_service.js | |
parent | cd741c3cb6a9c64ad30257240565be884e9084ae (diff) |
Improve jshint configuration
Diffstat (limited to 'web-ui/app/js/services/delete_service.js')
-rw-r--r-- | web-ui/app/js/services/delete_service.js | 1 |
1 files changed, 0 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ -/*global _ */ define(['flight/lib/component', 'page/events', 'views/i18n'], function (defineComponent, events, i18n) { 'use strict'; |