full-screen.js 725 B

1234567891011
  1. /*
  2. Highcharts JS v7.0.2 (2019-01-17)
  3. Advanced Highstock tools
  4. (c) 2010-2019 Highsoft AS
  5. Author: Torstein Honsi
  6. License: www.highcharts.com/license
  7. */
  8. (function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define(function(){return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){(function(a){a.FullScreen=function(a){this.init(a.parentNode)};a.FullScreen.prototype={init:function(a){a.requestFullscreen?a.requestFullscreen():a.mozRequestFullScreen?a.mozRequestFullScreen():a.webkitRequestFullscreen?a.webkitRequestFullscreen():a.msRequestFullscreen&&a.msRequestFullscreen()}}})(a)});
  9. //# sourceMappingURL=full-screen.js.map