From f66f4641991fc45a0e2a1be99113a6c593b2c85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 19 Dec 2014 14:44:03 +0100 Subject: [PATCH] Fixes for jsHint --- front/src/js/controllers/indexCtrl.js | 2 +- front/src/js/directives/gradeDirective.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/js/controllers/indexCtrl.js b/front/src/js/controllers/indexCtrl.js index 6b74e1c..2d8f650 100644 --- a/front/src/js/controllers/indexCtrl.js +++ b/front/src/js/controllers/indexCtrl.js @@ -12,5 +12,5 @@ indexCtrl.controller('IndexCtrl', ['$scope', '$location', 'Runs', function($scop }); } - } + }; }]); \ No newline at end of file diff --git a/front/src/js/directives/gradeDirective.js b/front/src/js/directives/gradeDirective.js index f79f2cc..785ba17 100644 --- a/front/src/js/directives/gradeDirective.js +++ b/front/src/js/directives/gradeDirective.js @@ -28,7 +28,7 @@ gradeDirective.directive('grade', function() { return 'E'; } return 'F'; - } + }; } }; }); \ No newline at end of file