Note the js_call_amd() call still is using incorrect 'grades'
as component name where it should be core_grades. That will be
fixed by MDL-55133.
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
- * Handle add/remove competency links.
+ * Enhance the gradebook tree setup with various facilities.
*
- * @module grade
- * @package edittree_index
+ * @module core_grades/edittree_index
+ * @package core_grades
* @copyright 2016 Andrew Nicols <andrew@nicols.co.uk>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
return selected;
};
- return /** @alias module:grade/edittree_index */ {
+ return /** @alias module:core_grades/edittree_index */ {
enhance: edittree
};
});