Skip to content

Commit

Permalink
Merge pull request #938 from bc-ong/STENCIL-2445
Browse files Browse the repository at this point in the history
STENCIL-2445: Remove unused variable causing js error
  • Loading branch information
bc-ong authored Feb 21, 2017
2 parents 495ad1c + 03a5355 commit 65e7e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Fix an issue with special characters in carousel text [#932](https://github.com/bigcommerce/stencil/pull/932)
- Remove an unnecessary and confusing option in theme editor [#927](https://github.com/bigcommerce/stencil/pull/927)
- Fix an issue where required product list options would display an invalid "none" choice [#929](https://github.com/bigcommerce/stencil/pull/929)

- Remove unused variable causing js error with search in the nav [#938](https://github.com/bigcommerce/stencil/pull/938)

## 1.5.2 (2017-02-14)
- Added a setting to theme editor schema to show/hide the homepage carousel [#909](https://github.com/bigcommerce/stencil/pull/909)
Expand Down
2 changes: 1 addition & 1 deletion assets/js/theme/global/stencil-dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class StencilDropdown {

// callback "hide"
if (this.extendables && this.extendables.hide) {
this.extendables.hide(event);
this.extendables.hide();
}

$dropDown.removeClass('is-open f-open-dropdown').attr('aria-hidden', 'true');
Expand Down

0 comments on commit 65e7e00

Please sign in to comment.