mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
make jshint happy: missing semicolon
This commit is contained in:
@ -39,7 +39,7 @@ Discourse.AdminUser = Discourse.User.extend({
|
||||
type: 'DELETE'
|
||||
}).then(function () {
|
||||
self.set('groups.[]', self.get('groups').rejectBy("id", removed.id));
|
||||
})
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user