Incorporate feedback

- Empty function removed
- Placeholder and Maxlength restored
- Validation improved
- Typo fixed
This commit is contained in:
Björn Heinrichs
2021-08-13 11:32:01 +02:00
committed by GitHub
parent 389fd158ad
commit ba7bb57ca2
4 changed files with 15 additions and 8 deletions

View File

@ -76,9 +76,6 @@ module.exports = Mn.View.extend({
}
},
onRender: function () {
},
initialize: function (options) {
if (typeof options.model === 'undefined' || !options.model) {
this.model = new StreamModel.Model();