We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfb5bc commit a7405c4Copy full SHA for a7405c4
bits/99_footer.js
@@ -3,7 +3,7 @@
3
/*:: declare var define:any; */
4
if(typeof exports !== 'undefined') make_xlsx_lib(exports);
5
else if(typeof module !== 'undefined' && module.exports) make_xlsx_lib(module.exports);
6
-else if(typeof define === 'function' && define.amd) define('xlsx-dist', function() { if(!XLSX.version) make_xlsx_lib(XLSX); return XLSX; });
+else if(typeof define === 'function' && define.amd) define('xlsx', function() { if(!XLSX.version) make_xlsx_lib(XLSX); return XLSX; });
7
else make_xlsx_lib(XLSX);
8
/* NOTE: the following extra line is needed for "Lightning Locker Service" */
9
if(typeof window !== 'undefined' && !window.XLSX) window.XLSX = XLSX;
0 commit comments