Skip to content

Commit

Permalink
STENCIL-2445: Remove unused variable causing js error
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-ong committed Feb 21, 2017
1 parent 495ad1c commit 03a5355
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 03a5355

Please sign in to comment.