remove trailing comma

Change-Id: I3eefc93df3a09196b692afe0b4265012597038b3
Reviewed-on: https://gerrit.instructure.com/2513
Reviewed-by: JT Olds <jt@instructure.com>
Reviewed-by: Bracken Mosbacker <bracken@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
This commit is contained in:
Zach Wily 2011-03-03 13:30:21 -07:00
parent bb4205c917
commit 1b721fbfe9
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@
$dialog.find("#assignment_group_delete").attr('checked', true);
$dialog.dialog('close').dialog({
autoOpen: false,
width: 500,
width: 500
}).dialog('open').data('group_id', data.assignment_group_id);
return;
}