MadMG / moment-jdateformatparser

Translates the `java.text.SimpleDateFormat` date format to the `moment.js` date format.
MIT License
58 stars 29 forks source link

fix "Uncaught TypeError: Cannot set property 'moment' of undefined" E… #21

Closed diegozhu closed 6 years ago

diegozhu commented 6 years ago

…rror

When packaged into one js file with other plugins which might add "use strict", this "Uncaught TypeError: Cannot set property 'moment' of undefined" will be thrown.

herom commented 6 years ago

As we changed the loading/setup process in 1.21 I think we can close this.