Skip to content

Commit

Permalink
[update] remove useless evt
Browse files Browse the repository at this point in the history
  • Loading branch information
toxic-johann committed Oct 29, 2017
1 parent 1450c17 commit 3c7caa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatcher/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export default class Dispatcher {
// bind time update on old video
// when we bump into the switch point and ready
// we switch
const oldVideoTimeupdate = evt => {
const oldVideoTimeupdate = () => {
const currentTime = this.kernel.currentTime;
if((bias <= 0 && currentTime >= idealTime) ||
(bias > 0 &&
Expand Down

0 comments on commit 3c7caa1

Please sign in to comment.