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

when use the function of onSet,the code works twice; #30

Open algate opened 7 years ago

algate commented 7 years ago

when use the function of onSet, the function of onSet works twice, I can't find the reason of question; onSet: function(rating) { // console.log("OnSet: Rating: "+rating);--->twice jRateScore['jRateScore'+i] = rating;--->twice }