Ver Fonte

Fix typo in TestRegister.js

toby há 8 anos atrás
pai
commit
3d89881373
1 ficheiros alterados com 2 adições e 0 exclusões
  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;
     };