jshint fixes

This commit is contained in:
Joe Fiorini
2015-02-06 18:04:10 -05:00
parent 4134857794
commit 6dbfba7f69
10 changed files with 106 additions and 107 deletions

View File

@@ -17,11 +17,11 @@ if ($basePath) {
urlPrefix = $basePath;
}
import * as Helpers from 'tower/helpers';
import * as Forms from 'tower/forms';
import * as Lists from 'tower/lists';
import * as Widgets from 'tower/widgets';
import * as Help from 'tower/help';
import 'tower/helpers';
import 'tower/forms';
import 'tower/lists';
import 'tower/widgets';
import 'tower/help';
import {Home, HomeGroups, HomeHosts} from 'tower/controllers/Home';
import {SocketsController} from 'tower/controllers/Sockets';
import {Authenticate} from 'tower/controllers/Authentication';
@@ -56,7 +56,7 @@ var tower = angular.module('Tower', [
dashboardGraphs.name,
'AuthService',
'Utilities',
Helpers.License.name,
'License',
'OrganizationFormDefinition',
'UserFormDefinition',
'FormGenerator',