diff interfaces/blank.js @ 2980:68e5a789702f

JSHinting project
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 12 Jan 2018 15:49:54 +0000
parents 464c6c6692d6
children
line wrap: on
line diff
--- a/interfaces/blank.js	Fri Jan 12 15:45:47 2018 +0000
+++ b/interfaces/blank.js	Fri Jan 12 15:49:54 2018 +0000
@@ -9,7 +9,7 @@
 function loadInterface() {
     // Use this to do any one-time page / element construction. For instance, placing any stationary text objects,
     // holding div's, or setting up any nodes which are present for the entire test sequence
-};
+}
 
 function loadTest(page) {
     // Called each time a new test page is to be build. The page specification node is the only item passed in
@@ -50,8 +50,8 @@
     };
     this.error = function () {
         // If there is an error with the audioObject, this will be called to indicate a failure
-    }
-};
+    };
+}
 
 function resizeWindow(event) {
     // Called on every window resize event, use this to scale your page properly