فهرست منبع

Fix typo in TestRegister.js

toby 8 سال پیش
والد
کامیت
3d89881373
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;
     };