Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Jul 27, 2020
1 parent afba932 commit ac4f232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/main/src/BusyIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ class BusyIndicator extends UI5Element {
return this.i18nBundle.getText(BUSY_INDICATOR_TITLE);
}

get classes () {
get classes() {
return {
root: {
"ui5-busyindicator-root": true,
"ui5-busyindicator-root--ie": isIE(),
}
},
};
}

Expand Down

0 comments on commit ac4f232

Please sign in to comment.