Skip to content

Fix conding style errors (unused vars, quotes) #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2016
Merged

Fix conding style errors (unused vars, quotes) #55

merged 1 commit into from
Oct 31, 2016

Conversation

limonte
Copy link
Contributor

@limonte limonte commented Oct 22, 2016

No description provided.

@@ -11,7 +11,7 @@ export function createListView (type) {
return store.dispatch('FETCH_LIST_DATA', { type })
},
render (h) {
return h(ItemList, { props: { type }})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The space removal seems unnecessary here (at least for my eslint config)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted

@limonte limonte changed the title Fix conding style errors (unused vars, quotes, spaces) Fix conding style errors (unused vars, quotes) Oct 24, 2016
@yyx990803 yyx990803 merged commit bc6762b into vuejs:master Oct 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants