Skip to content

Commit

Permalink
FLUID-5682: corrected model listener
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Oct 1, 2015
1 parent edd01c6 commit 9b53bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/slidingPanel/js/SlidingPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var fluid_2_0 = fluid_2_0 || {};
isShowing: false
},
modelListeners: {
"{that}.model.isShowing": {
"isShowing": {
funcName: "{that}.setAriaStates",
excludeSource: "init"
}
Expand Down

0 comments on commit 9b53bea

Please sign in to comment.