From 345e3cc7cbb50b9d657434d75b2166bc416dd571 Mon Sep 17 00:00:00 2001 From: Doug Morato Date: Sun, 25 Oct 2015 22:53:56 -0400 Subject: [PATCH] Fix typo on JS file Signed-off-by: Doug Morato --- .../src/main/webapp/js/goatApp/model/LessonInfoModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-container/src/main/webapp/js/goatApp/model/LessonInfoModel.js b/webgoat-container/src/main/webapp/js/goatApp/model/LessonInfoModel.js index 83419e336..acba0e70a 100644 --- a/webgoat-container/src/main/webapp/js/goatApp/model/LessonInfoModel.js +++ b/webgoat-container/src/main/webapp/js/goatApp/model/LessonInfoModel.js @@ -17,4 +17,4 @@ define(['jquery', } }); -});6 \ No newline at end of file +}); \ No newline at end of file