make jshint happy: missing semicolon
This commit is contained in:
parent
518207aa90
commit
67d127ec5c
|
@ -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));
|
||||||
})
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue