mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
jshint fixes
This commit is contained in:
@@ -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';
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user