fixed unterminated JS statements
This commit is contained in:
+3
-3
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* To change this template, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
@@ -38,9 +38,9 @@ M.core_group.init_hover_events = function(Y, events) {
|
||||
}, node);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
M.core_group.init_index = function(Y, wwwroot, courseid) {
|
||||
M.core_group.groupsCombo = new UpdatableGroupsCombo(wwwroot, courseid);
|
||||
M.core_group.membersCombo = new UpdatableMembersCombo(wwwroot, courseid);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user