fixed missing comma

This commit is contained in:
Phil Hughes 2018-01-16 09:18:23 +00:00
parent 2bb201b785
commit 13d70796d3
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ export default class IssuableForm {
text: name,
})),
};
}
},
},
initSelection(el, callback) {
const val = el.val();