Skip to content

Commit

Permalink
Implement the stopObserving function for VideoLoadObserver [fix #62]
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaznv committed Jul 5, 2023
1 parent 10ff3ee commit cf8e386
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ export default class VideoLoadObserver extends Observer {
this.document.fire('videoLoaded', domEvent);
}
}

stopObserving(domRoot) {
this.stopListening(domRoot);
}
}

0 comments on commit cf8e386

Please sign in to comment.