From 8ba4347be1f45b76a10764ca0fbccaa112e4342a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 8 Oct 2014 14:38:12 +0200 Subject: turn off warning for unused code in App.js --- js/build/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/build') diff --git a/js/build/app.js b/js/build/app.js index dcf282e19..9e290c5ab 100644 --- a/js/build/app.js +++ b/js/build/app.js @@ -3,6 +3,7 @@ 'use strict'; +/* jshint unused: false */ var app = angular.module('News', ['ngRoute', 'ngSanitize']); app.config(["$routeProvider", "$provide", "$httpProvider", function ($routeProvider, $provide, $httpProvider) { 'use strict'; -- cgit v1.2.3