Skip to content

Commit

Permalink
fix(docs): fix usage of arrow function (Semantic-Org#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored and levithomason committed Jan 25, 2017
1 parent 702e1cd commit d3b1acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
function removeDimmer() {
dimmer.style.opacity = '0'
setTimeout(() => {
setTimeout(function() {
var dimmer = document.querySelector('#docs-loading-dimmer')
document.body.removeChild(dimmer)
Expand Down

0 comments on commit d3b1acd

Please sign in to comment.