Skip to content

Commit

Permalink
Explicitly bind to window for ES5 strict mode compatibility (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkunka authored and joeyparrish committed Apr 9, 2018
1 parent a09ae24 commit 8743bcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Lucas Gabriel Sánchez <unkiwii@gmail.com>
Mattias Wadman <mattias.wadman@gmail.com>
Nick Desaulniers <nick@mozilla.com>
Oskar Arvidsson <oskar@irock.se>
Patrick Kunka <patrick@kunkalabs.com>
Philo Inc. <*@philo.com>
Robert Colantuoni <rgc@colantuoni.com>
Roi Lipman <roilipman@gmail.com>
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Natalie Harris <natalieharris@google.com>
Nick Desaulniers <nick@mozilla.com>
Niklas Korz <nk@alugha.com>
Oskar Arvidsson <oskar@irock.se>
Patrick Kunka <patrick@kunkalabs.com>
Robert Colantuoni <rgc@colantuoni.com>
Rohit Makasana <rohitbm@google.com>
Roi Lipman <roilipman@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion build/wrapper.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
if (typeof(module)!="undefined"&&module.exports)module.exports=g.shaka;
else if (typeof(define)!="undefined" && define.amd)define(function(){return g.shaka});
else this.shaka=g.shaka;
})();
}).call(window);

0 comments on commit 8743bcf

Please sign in to comment.