changeset 2865:d5e7f45b15e7

Minor
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 27 Apr 2017 14:36:30 +0100
parents df1823dbfb93
children 3b7b45f9c20d
files test_create/test_core.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test_create/test_core.js	Thu Apr 27 14:19:25 2017 +0100
+++ b/test_create/test_core.js	Thu Apr 27 14:36:30 2017 +0100
@@ -66,7 +66,7 @@
         }).then(JSON.parse).then(function (data) {
             $s.testSpecifications = data;
             $s.$apply();
-        })
+        });
     })();
 
     $s.showPopup = function () {