Skip to content

Commit

Permalink
Use jsx extension to satisfy linters
Browse files Browse the repository at this point in the history
  • Loading branch information
benbarnett committed Apr 18, 2019
1 parent af19875 commit e5a4777
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion components/x-audio/src/redux/player-logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const middleware = store => {
'canplay',
'canplaythrough'
].forEach(evtName => {
audio.addEventListener(evtName, (e) => {
audio.addEventListener(evtName, () => {
// console.log(evtName, new Date(), e)
});
});
Expand Down

0 comments on commit e5a4777

Please sign in to comment.