Skip to content

Commit

Permalink
Add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Jun 28, 2023
1 parent 2a3e649 commit 9c4a454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/resolution_selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
goog.provide('shaka.ui.ResolutionSelection');

goog.require('goog.asserts');
goog.require('shaka.Player');
goog.require('shaka.ui.Controls');
goog.require('shaka.ui.Enums');
goog.require('shaka.ui.Locales');
Expand Down

0 comments on commit 9c4a454

Please sign in to comment.