Merge pull request #761 from amyspark/stylelint-fixes

Stylelint fixes
This commit is contained in:
AkiraFukushima 2018-12-03 18:53:21 +09:00 committed by GitHub
commit b4344a74b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View File

@ -51,7 +51,7 @@ const NewToot = {
* Update visibility using direct value
* @param state vuex state object
* @param value visibility value
**/
*/
changeVisibilityValue (state, value) {
state.visibility = value
},