Audio Player: let/const and arrow function
Convert `var` to let/const as pointed by presumit. Convert an anonymous function to arrow function to avoid the `.bind(this)`. No change in behavior. Test: Manually tested the audio player (just in case). Change-Id: I73be16d039476b9fe9a087798f596a521b1bdabc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2525884 Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:Jeremie Boulic <jboulic@chromium.org> Commit-Queue: Jeremie Boulic <jboulic@chromium.org> Cr-Commit-Position: refs/heads/master@{#825293}
Showing
Please register or sign in to comment