mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-55000 grade: Use correct component names + minor jsdocs
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.
This commit is contained in:
parent
17695e4b4d
commit
6b43e964ac
@ -14,10 +14,10 @@
|
||||
// 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
|
||||
*/
|
||||
@ -121,7 +121,7 @@ define([
|
||||
return selected;
|
||||
};
|
||||
|
||||
return /** @alias module:grade/edittree_index */ {
|
||||
return /** @alias module:core_grades/edittree_index */ {
|
||||
enhance: edittree
|
||||
};
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user