mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26: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',
|
||||
DEFAULTDURATION : 'defaultDuration',
|
||||
ASSIGNABLEROLES : 'assignableRoles'
|
||||
},
|
||||
};
|
||||
/** CSS classes for nodes in structure **/
|
||||
CSS = {
|
||||
var CSS = {
|
||||
PANEL : 'user-enroller-panel',
|
||||
WRAP : 'uep-wrap',
|
||||
HEADER : 'uep-header',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue