// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
Event.addBehavior.reassignAfterAjax = true;
Event.addBehavior({
  'form.selector': StudentSelector,
  'form#goals_form': GoalSelector,
  'a.more-link': MoreLink,
  '#goals_select_all': GoalSelectAll,
  '#goals_select_none': GoalSelectNone,
  'table#goals': GoalsTableActionToggler,
  'form.student_goal_finder': StudentSingleSelector('/students/#{id}/goals'),
  'table#messages .comment': Comment,
  'tr.short_term_group a.edit': ShortTermGroupEditor,
  'tr.short_term_group a.negative': ShortTermGroupRemover
});
