fixed unterminated JS statements

This commit is contained in:
Petr Skoda
2010-09-17 19:21:47 +00:00
parent c20b001bf4
commit 2bd72e3046
+3 -3
View File
@@ -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);
}
};