Skip to content

Commit a7405c4

Browse files
committed
Fixed RequireJS export name [ci skip]
1 parent ebfb5bc commit a7405c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bits/99_footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*:: declare var define:any; */
44
if(typeof exports !== 'undefined') make_xlsx_lib(exports);
55
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; });
6+
else if(typeof define === 'function' && define.amd) define('xlsx', function() { if(!XLSX.version) make_xlsx_lib(XLSX); return XLSX; });
77
else make_xlsx_lib(XLSX);
88
/* NOTE: the following extra line is needed for "Lightning Locker Service" */
99
if(typeof window !== 'undefined' && !window.XLSX) window.XLSX = XLSX;

0 commit comments

Comments
 (0)