jshint fixes

This commit is contained in:
Joe Fiorini 2015-05-06 10:55:39 -04:00 committed by Jared Tabor
parent f70a2acbd9
commit 1b2cce19cd
2 changed files with 6 additions and 4 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,3 +1,5 @@
export default ['$scope', function($scope) {
$scope.viewType = 'host2host';
}]
export default
[ '$scope',
function($scope) {
$scope.viewType = 'host2host';
}];