Skip to content

Commit 9c8a579

Browse files
authored
Update README.md
1 parent add6c53 commit 9c8a579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<link rel="stylesheet" href="../smart-core/source/styles/smart.default.css" type="text/css" />
2020
<script>
2121
window.onload = function () {
22-
const basePath = '/images/',
23-
carouselSquare = document.getElementById('carouselSquare'),
22+
var basePath = '/images/',
23+
carouselSquare = document.getElementById('carouselSquare');
2424
2525
carouselSquare.dataSource = generateDataSource(7);
2626

0 commit comments

Comments
 (0)