Skip to content

Commit

Permalink
MDL-55000 grade: Use correct component names + minor jsdocs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stronk7 committed Jul 5, 2016
1 parent 17695e4 commit 6b43e96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grade/amd/src/edittree_index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down Expand Up @@ -121,7 +121,7 @@ define([
return selected;
};

return /** @alias module:grade/edittree_index */ {
return /** @alias module:core_grades/edittree_index */ {
enhance: edittree
};
});

0 comments on commit 6b43e96

Please sign in to comment.