“linengliang”
2023-10-19 99611d5098f9325e3ab378b55d3e51ccd6521c14
src/components/table2excel/table2excel.js
@@ -3,7 +3,6 @@
import jQuery from 'jquery'
(function ( $, window, document, undefined ) {
  var pluginName = "table2excel",
    defaults = {
      exclude: ".noExl",
      name: "Table2Excel",
@@ -253,7 +252,6 @@
        $.data( e, "plugin_" + pluginName, new Plugin( this, options ) );
      }
    });
    // chain jQuery functions
    return e;
  };