cloudinary / pkg-cloudinary-core

Distribution repository for the Cloudinary JavaScript library. Cloudinary is an end-to-end solution for all your image and video needs.
MIT License
54 stars 28 forks source link

Undefined variable rmargin #8

Closed kettuniko closed 7 years ago

kettuniko commented 8 years ago

https://github.com/cloudinary/pkg-cloudinary-core/blob/master/cloudinary-core.js#L147

diegopamio commented 8 years ago

I've got the same error, any clue? workaround? explanation?

Four months is like a lot for a bug like this one...

nadavofi commented 8 years ago

We're aware of the issue and the R&D team is working to fix it. Meantime, here's how this issue can be resolved locally.

See: https://github.com/cloudinary/pkg-cloudinary-core/blob/efe4718781941a94940359ce567f3201d06bb8ae/cloudinary-core.js#L186

right above L186, please add the following assignment expression:

rmargin = /^margin/;

taragano commented 8 years ago

This issue is now fixed with the new version (2.1.3). Can you please retry this and verify?

taragano commented 7 years ago

Closing this issue due to the time elapsed. Please feel free to either re-open the issue, contact our support http://support.cloudinary.com or create a new ticket if you have any additional issues.