otsdaq_utilities  v2_05_02_indev
core_modules.js
1 ;(function (global, factory) {
2  if(typeof exports === 'object' && typeof module !== 'undefined'){
3  module.exports = factory();
4  }else if(typeof define === 'function' && define.amd){
5  define(factory);
6  }else{
7  global.Tabulator = factory();
8  }
9 }(this, (function () {
10 
11  /*=include core.js */
12  /*=include modules_enabled.js */
13 
14  return Tabulator;
15 
16 })));