1
0
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:
Jared Tabor 2015-05-15 14:14:22 -04:00
parent 3f6d093869
commit 52459d16b9
2 changed files with 4 additions and 6 deletions

View File

@ -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)
}]);

View File

@ -1,5 +1,3 @@
export default
[ '$scope',
function($scope) {
$scope.viewType = 'host2host';
}];
export default ['$scope', function($scope) {
$scope.viewType = 'host2host';
}]