Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
WIP: Remove arrow function for IE 11
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvorak committed Jan 10, 2018
1 parent 3d50833 commit 5eae605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/ready.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ window.demoReady = (function() {
}

function invokeHandlers() {
handlers.forEach((handler) => {
handlers.forEach(function(handler) {
handler();
});
}
Expand Down

0 comments on commit 5eae605

Please sign in to comment.