Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Revert "AUI-1196 Start all toggles on TogglerDelegate when expanded
Browse files Browse the repository at this point in the history
… attribute is true"

This reverts commit 8ad4802.
  • Loading branch information
Jonathan Mak committed Oct 31, 2017
1 parent 8b7ff24 commit 1567019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aui-toggler/js/aui-toggler-delegate.js
Expand Up @@ -190,7 +190,7 @@ var TogglerDelegate = A.Component.create({
renderUI: function() {
var instance = this;

if (instance.get('closeAllOnExpand') || instance.get('expanded')) {
if (instance.get('closeAllOnExpand')) {
instance.createAll();
}
},
Expand Down

0 comments on commit 1567019

Please sign in to comment.