diff options
| author | Astra <dr1ft.ast@gmail.com> | 2018-06-07 05:18:54 -0400 |
|---|---|---|
| committer | Astra <dr1ft.ast@gmail.com> | 2018-06-07 05:18:54 -0400 |
| commit | a759378b4d82bcb3ff20590b1369cb86d3e0dc50 (patch) | |
| tree | 2efb551f9a6b0f167bba3e8a01e487b7e156dcf6 /src | |
| parent | f49229974a04c440dcb2d9d9b7c89033a1ee5482 (diff) | |
more lint fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 2f40d690..0f8ebecd 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -263,7 +263,7 @@ const PostStatusForm = { }, changeVis (visibility) { console.log(visibility) - Object.keys(this.vis).forEach(function (x) { this.vis[x].selected = x === visibility}) + Object.keys(this.vis).forEach(function (x) { this.vis[x].selected = x === visibility }) this.newStatus.visibility = visibility } } |
