mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04:00
Remove extra comma
This commit is contained in:
parent
af7f6fea28
commit
994ab94107
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Discourse.Category = Discourse.Model.extend({
|
|||
text_color: this.get('text_color'),
|
||||
hotness: this.get('hotness')
|
||||
},
|
||||
type: this.get('id') ? 'PUT' : 'POST',
|
||||
type: this.get('id') ? 'PUT' : 'POST'
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue