make jshint happy: missing semicolon

This commit is contained in:
Benjamin Kampmann 2014-07-15 17:12:03 +02:00
parent 518207aa90
commit 67d127ec5c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Discourse.AdminUser = Discourse.User.extend({
type: 'DELETE' type: 'DELETE'
}).then(function () { }).then(function () {
self.set('groups.[]', self.get('groups').rejectBy("id", removed.id)); self.set('groups.[]', self.get('groups').rejectBy("id", removed.id));
}) });
}, },
/** /**