Remove extra comma
This commit is contained in:
parent
af7f6fea28
commit
994ab94107
|
@ -33,7 +33,7 @@ Discourse.Category = Discourse.Model.extend({
|
||||||
text_color: this.get('text_color'),
|
text_color: this.get('text_color'),
|
||||||
hotness: this.get('hotness')
|
hotness: this.get('hotness')
|
||||||
},
|
},
|
||||||
type: this.get('id') ? 'PUT' : 'POST',
|
type: this.get('id') ? 'PUT' : 'POST'
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue