Skip to content

Commit

Permalink
fixed unterminated JS statements
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 17, 2010
1 parent c20b001 commit 2bd72e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions group/module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
Expand Down Expand Up @@ -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);
}
};

0 comments on commit 2bd72e3

Please sign in to comment.