From 2bd72e3046c87e8920f90c7d7dfa1c533419cbb9 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 17 Sep 2010 19:21:47 +0000 Subject: [PATCH] fixed unterminated JS statements --- group/module.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -} +};