/**
|
* @license Highcharts JS v7.1.3 (2019-08-14)
|
* @module highcharts/modules/offline-exporting
|
* @requires highcharts
|
* @requires highcharts/modules/exporting
|
*
|
* Client side exporting module
|
*
|
* (c) 2015-2019 Torstein Honsi / Oystein Moseng
|
*
|
* License: www.highcharts.com/license
|
*/
|
'use strict';
|
|
require('../../modules/offline-exporting.src.js');
|