Skip to content

Commit

Permalink
Add missing require for shaka.util.XmlUtils (#1660)
Browse files Browse the repository at this point in the history
Fixes #1658
  • Loading branch information
hochhaus authored and joeyparrish committed Jan 16, 2019
1 parent fbf09ae commit 4ccb851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/text/ttml_text_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ goog.require('shaka.text.TextEngine');
goog.require('shaka.util.ArrayUtils');
goog.require('shaka.util.Error');
goog.require('shaka.util.StringUtils');
goog.require('shaka.util.XmlUtils');



Expand Down

0 comments on commit 4ccb851

Please sign in to comment.