senthilporunan / jRate

Generate SVG based Rating with various customized fancy features. More information @ www.toolitup.com
http://www.toolitup.com/jRate.html
MIT License
66 stars 45 forks source link

Minification issues #27

Closed wiz00 closed 8 years ago

wiz00 commented 8 years ago

After minification expression + +settings.transparency + become ++settings.transparency+ and causes error:

Invalid left-hand side expression in postfix operation

Please kindly replace them with + (+settings.transparency) +.

Thank you!

princejwesley commented 8 years ago

Updated. Thanks :+1: