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; };