Skip to content

Commit

Permalink
Fixed eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
zypA13510 committed Jan 18, 2019
1 parent 8687516 commit 6ebcb1b
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 @@ -1020,7 +1020,7 @@ function(
if (this.getMultiSelect()) {
this._oDialog.focus();
} else {
fnClearAfterClose = function () {
var fnClearAfterClose = function () {
this._oSelectedItem = this._oList.getSelectedItem();
this._aSelectedItems = this._oList.getSelectedItems();

Expand Down

0 comments on commit 6ebcb1b

Please sign in to comment.