mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
improved JS coding style
This commit is contained in:
parent
8505d9253b
commit
3f35a7ffd4
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ YUI.add('moodle-enrol-enrolmentmanager', function(Y) {
|
||||||
DEFAULTSTARTDATE : 'defaultStartDate',
|
DEFAULTSTARTDATE : 'defaultStartDate',
|
||||||
DEFAULTDURATION : 'defaultDuration',
|
DEFAULTDURATION : 'defaultDuration',
|
||||||
ASSIGNABLEROLES : 'assignableRoles'
|
ASSIGNABLEROLES : 'assignableRoles'
|
||||||
},
|
};
|
||||||
/** CSS classes for nodes in structure **/
|
/** CSS classes for nodes in structure **/
|
||||||
CSS = {
|
var CSS = {
|
||||||
PANEL : 'user-enroller-panel',
|
PANEL : 'user-enroller-panel',
|
||||||
WRAP : 'uep-wrap',
|
WRAP : 'uep-wrap',
|
||||||
HEADER : 'uep-header',
|
HEADER : 'uep-header',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue