diff --git a/AUTHORS b/AUTHORS index 1449e60fc3..4700d7e7b2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -31,6 +31,7 @@ Lucas Gabriel Sánchez Mattias Wadman Nick Desaulniers Oskar Arvidsson +Patrick Kunka Philo Inc. <*@philo.com> Robert Colantuoni Roi Lipman diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0765233da3..acb03ccf81 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -53,6 +53,7 @@ Natalie Harris Nick Desaulniers Niklas Korz Oskar Arvidsson +Patrick Kunka Robert Colantuoni Rohit Makasana Roi Lipman diff --git a/build/wrapper.template.js b/build/wrapper.template.js index f1ba595b7c..9fee18bef7 100644 --- a/build/wrapper.template.js +++ b/build/wrapper.template.js @@ -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);