Skip to content

Commit

Permalink
Fix shaka.polyfill missing in externs
Browse files Browse the repository at this point in the history
The generated externs did not include shaka.polyfill because we used
the wrong annotation on the class.  This fixes it.

Raised in PR #1273

Change-Id: I348064a117a7e1878b439ad8bd1ce49df56bfd39
  • Loading branch information
joeyparrish authored and TheModMaker committed Dec 17, 2019
1 parent 979b373 commit f164e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/polyfill/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ goog.provide('shaka.polyfill.register');
* @namespace shaka.polyfill
* @summary A one-stop installer for all polyfills.
* @see http://enwp.org/polyfill
* @exportDoc
* @exportInterface
*/


Expand Down

0 comments on commit f164e6a

Please sign in to comment.