From e674b2974c7ebe113f1c524c9379ec62bbef5e28 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 5 Mar 2015 16:06:35 -0500 Subject: [PATCH] Fix JS minimization errors --- static/js/pages/about.js | 2 +- static/js/pages/exp-new-layout.js | 2 +- static/js/pages/security.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/pages/about.js b/static/js/pages/about.js index c193330bb..0423cf9f6 100644 --- a/static/js/pages/about.js +++ b/static/js/pages/about.js @@ -8,4 +8,4 @@ 'description': 'About Quay.io' }); }]); -}()) \ No newline at end of file +}()); \ No newline at end of file diff --git a/static/js/pages/exp-new-layout.js b/static/js/pages/exp-new-layout.js index 3608d2187..f68eb201d 100644 --- a/static/js/pages/exp-new-layout.js +++ b/static/js/pages/exp-new-layout.js @@ -16,4 +16,4 @@ CookieService.putPermanent('quay.exp-new-layout', value.toString()); }; } -}()) \ No newline at end of file +}()); \ No newline at end of file diff --git a/static/js/pages/security.js b/static/js/pages/security.js index 133410dd9..49d490064 100644 --- a/static/js/pages/security.js +++ b/static/js/pages/security.js @@ -7,4 +7,4 @@ 'title': 'Security' }); }]); -}()) \ No newline at end of file +}()); \ No newline at end of file