Skip to content

Commit

Permalink
js lint
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Oct 28, 2013
1 parent 2bdc887 commit aaaef5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ var app = angular.module('baw',
'bawApp.users'
])

.config(['$routeProvider', '$locationProvider', '$httpProvider', 'conf.paths', '$sceDelegateProvider'
, function ($routeProvider, $locationProvider, $httpProvider, paths, $sceDelegateProvider) {
.config(['$routeProvider', '$locationProvider', '$httpProvider', 'conf.paths', '$sceDelegateProvider',
function ($routeProvider, $locationProvider, $httpProvider, paths, $sceDelegateProvider) {
// adjust security whitelist for resource urls
var currentWhitelist = $sceDelegateProvider.resourceUrlWhitelist();
currentWhitelist.push(paths.api.root);
Expand Down

0 comments on commit aaaef5e

Please sign in to comment.