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 Nov 12, 2018
1 parent 3b25bc9 commit 3bba6f3
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 3bba6f3

Please sign in to comment.