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) { .config(['$routeProvider', function($routeProvider) {
var url = route.route; var url = route.route;
delete route.route; delete route.route;
$routeProvider.when(url, route); $routeProvider.when(url, route)
}]); }]);

View File

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