Skip to content

Commit

Permalink
Fixed eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
zypA13510 committed Aug 14, 2019
1 parent 7a0f07c commit beb5668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sap.m/src/sap/m/SelectDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ function(
press: function() {
this.clearSelection();
if (!this.getMultiSelect()) {
fnClearAfterClose = function () {
var fnClearAfterClose = function () {
this._oSelectedItem = this._oList.getSelectedItem();
this._aSelectedItems = this._oList.getSelectedItems();

Expand Down

0 comments on commit beb5668

Please sign in to comment.