We use eslint by now, so make it as happy as it can be
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
/* global angular */
|
||||
/* global EventSource */
|
||||
/* global asyncForEach */
|
||||
/* global $:false */
|
||||
/* global angular:false */
|
||||
/* global EventSource:false */
|
||||
/* global asyncForEach:false */
|
||||
|
||||
angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'Notification', function ($http, $interval, md5, Notification) {
|
||||
var client = null;
|
||||
|
||||
Reference in New Issue
Block a user