Skip to content

Commit d3b1acd

Browse files
layershifterlevithomason
authored andcommitted
fix(docs): fix usage of arrow function (#1228)
1 parent 702e1cd commit d3b1acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
function removeDimmer() {
4545
dimmer.style.opacity = '0'
4646
47-
setTimeout(() => {
47+
setTimeout(function() {
4848
var dimmer = document.querySelector('#docs-loading-dimmer')
4949
5050
document.body.removeChild(dimmer)

0 commit comments

Comments
 (0)