Browse Source

Fix typo in TestRegister.js

toby 8 years ago
parent
commit
3d89881373
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/js/test/TestRegister.js

+ 2 - 0
src/js/test/TestRegister.js

@@ -39,6 +39,8 @@
      * Returns the list of tests.
      *
      * @returns {Object[]} tests
+     */
+    TestRegister.prototype.getTests = function() {
         return this.tests;
     };