diff --git a/group/module.js b/group/module.js index 2f2cd347664..f5142b609ea 100644 --- a/group/module.js +++ b/group/module.js @@ -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); -} +};