We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0f07c commit beb5668Copy full SHA for beb5668
1 file changed
src/sap.m/src/sap/m/SelectDialog.js
@@ -1069,7 +1069,7 @@ function(
1069
press: function() {
1070
this.clearSelection();
1071
if (!this.getMultiSelect()) {
1072
- fnClearAfterClose = function () {
+ var fnClearAfterClose = function () {
1073
this._oSelectedItem = this._oList.getSelectedItem();
1074
this._aSelectedItems = this._oList.getSelectedItems();
1075
0 commit comments