improved JS coding style

This commit is contained in:
Petr Skoda 2010-09-17 12:25:14 +00:00
parent 8505d9253b
commit 3f35a7ffd4

View file

@ -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',