mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Revert "jshint fixes"
This reverts commit b2d51abb4048b2e456c04c8ffc35cb7ebf7dfea6.
This commit is contained in:
parent
3f6d093869
commit
52459d16b9
@ -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,5 +1,3 @@
|
||||
export default
|
||||
[ '$scope',
|
||||
function($scope) {
|
||||
$scope.viewType = 'host2host';
|
||||
}];
|
||||
export default ['$scope', function($scope) {
|
||||
$scope.viewType = 'host2host';
|
||||
}]
|
||||
|
Loading…
Reference in New Issue
Block a user