mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
make jshint happy
This commit is contained in:
parent
bdbcd21687
commit
cbce585c91
@ -15,7 +15,7 @@ export default DiscourseController.extend(ModalFunctionality, {
|
|||||||
}.property('selected', 'system_avatar_upload_id', 'gravatar_avatar_upload_id', 'custom_avatar_upload_id'),
|
}.property('selected', 'system_avatar_upload_id', 'gravatar_avatar_upload_id', 'custom_avatar_upload_id'),
|
||||||
|
|
||||||
allowImageUpload: function() {
|
allowImageUpload: function() {
|
||||||
return Discourse.Utilities.allowsImages()
|
return Discourse.Utilities.allowsImages();
|
||||||
}.property(),
|
}.property(),
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user