Skip to content

Commit 68e965f

Browse files
authored
Merge pull request #13088 from apache/fix/remove-es6-code
style: remove unexpected es6 code
2 parents 106b948 + 7d0d325 commit 68e965f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/component/timeline/SliderTimelineView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ function getViewRect(model, api) {
618618
}
619619

620620
function makeIcon(timelineModel, objPath, rect, opts) {
621-
const style = opts.style;
622-
const icon = graphic.createIcon(
621+
var style = opts.style;
622+
var icon = graphic.createIcon(
623623
timelineModel.get(objPath),
624624
opts || {},
625625
new BoundingRect(rect[0], rect[1], rect[2], rect[3])

0 commit comments

Comments
 (0)