mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
jshint fixes
This commit is contained in:
parent
f70a2acbd9
commit
1b2cce19cd
@ -5,5 +5,5 @@ export default
|
||||
.config(['$routeProvider', function($routeProvider) {
|
||||
var url = route.route;
|
||||
delete route.route;
|
||||
$routeProvider.when(url, route)
|
||||
$routeProvider.when(url, route);
|
||||
}]);
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
export default ['$scope', function($scope) {
|
||||
$scope.viewType = 'host2host';
|
||||
}]
|
||||
export default
|
||||
[ '$scope',
|
||||
function($scope) {
|
||||
$scope.viewType = 'host2host';
|
||||
}];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user