We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33416fc commit 59fcc75Copy full SHA for 59fcc75
1 file changed
src/sap.m/src/sap/m/SelectDialog.js
@@ -1055,7 +1055,7 @@ function(
1055
press: function() {
1056
this.clearSelection();
1057
if (!this.getMultiSelect()) {
1058
- fnClearAfterClose = function () {
+ var fnClearAfterClose = function () {
1059
this._oSelectedItem = this._oList.getSelectedItem();
1060
this._aSelectedItems = this._oList.getSelectedItems();
1061
0 commit comments