Skip to content
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

Fix eslint warning in cart.js focus event from #1338 #1345

Merged
merged 1 commit into from
Sep 14, 2018
Merged

Fix eslint warning in cart.js focus event from #1338 #1345

merged 1 commit into from
Sep 14, 2018

Conversation

sacr3dc0w
Copy link
Contributor

@sacr3dc0w sacr3dc0w commented Sep 14, 2018

Fix missing function expression name eslint warning from #1338

@bigbot
Copy link

bigbot commented Sep 14, 2018

Autotagging @bigcommerce/storefront-team @davidchin

@sacr3dc0w sacr3dc0w changed the title Fix missing function expression name eslint warning in cart.js on focus event from #1338 Fix missing function expression name eslint warning in cart.js focus event from #1338 Sep 14, 2018
@sacr3dc0w sacr3dc0w changed the title Fix missing function expression name eslint warning in cart.js focus event from #1338 Fix eslint warning in cart.js focus event from #1338 Sep 14, 2018
@Ubersmake Ubersmake merged commit 3deafa6 into bigcommerce:master Sep 14, 2018
@@ -227,7 +227,7 @@ export default class Cart extends PageManager {
});

// cart qty manually updates
$('.cart-item-qty-input', this.$cartContent).on('focus', function () {
$('.cart-item-qty-input', this.$cartContent).on('focus', () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

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.

None yet

5 participants