lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.19k stars 1.76k forks source link

Modify formula to judge CommonJS. #577

Closed hikouki closed 4 years ago

hikouki commented 7 years ago

Modify the condition. 🍣

The same is true for jQuery. https://github.com/jquery/jquery/blob/7fbab88110725c6e0b89f6513b9f7cff50320e1e/src/wrapper.js#L28

exports is binded by retinajs. (https://github.com/xorcery/retinajs) Because of that, an error occurs.

Uncaught ReferenceError: module is not defined.