Skip to content

Commit

Permalink
fix(ui): Export FakeEvent for use by UI plugins
Browse files Browse the repository at this point in the history
UI plugins can already dispatch events on the controls, but it is much
less convenient to do so without this export.

Issue shaka-project#2923

Change-Id: I46edbe01a67e70e052dbbded333af18d086d36ab
  • Loading branch information
joeyparrish committed Oct 20, 2020
1 parent e8b9748 commit 3eca747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/fake_event.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ goog.provide('shaka.util.FakeEvent');
* The event should contain all of the same properties from the dict.
*
* @extends {Event}
* @export
*/
shaka.util.FakeEvent = class {
/**
Expand Down

0 comments on commit 3eca747

Please sign in to comment.