full-screen.js 1.0 KB

12345678910111213
  1. /*
  2. Highstock JS v8.0.0 (2019-12-10)
  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("highcharts/modules/full-screen",["highcharts"],function(c){a(c);a.Highcharts=c;return a}):a("undefined"!==typeof Highcharts?Highcharts:void 0)})(function(a){function c(a,d,b,c){a.hasOwnProperty(d)||(a[d]=c.apply(null,b))}a=a?a._modules:{};c(a,"modules/full-screen.src.js",[a["parts/Globals.js"]],function(a){(a.FullScreen=function(a){this.init(a.parentNode)}).prototype=
  9. {init:function(a){var b;a.requestFullscreen?b=a.requestFullscreen():a.mozRequestFullScreen?b=a.mozRequestFullScreen():a.webkitRequestFullscreen?b=a.webkitRequestFullscreen():a.msRequestFullscreen&&(b=a.msRequestFullscreen());if(b)b["catch"](function(){alert("Full screen is not supported inside a frame")})}}});c(a,"masters/modules/full-screen.src.js",[],function(){})});
  10. //# sourceMappingURL=full-screen.js.map