JShint fixes

This commit is contained in:
Colin McLeod
2015-04-16 20:44:27 -07:00
parent acffdd1f4b
commit 0d2fd2804f
10 changed files with 55 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
angular.module('app')
.controller('ShipyardController', ['$rootScope', '$scope', function ($rootScope, $scope) {
.controller('ShipyardController', function () {
}]);
});