nashio / star-rating-svg

A star rating jQuery plugin that uses SVG for easier customization
http://nashio.github.io/star-rating-svg/demo
MIT License
355 stars 156 forks source link

readonly #10

Closed binskeep closed 8 years ago

binskeep commented 8 years ago

Hi Nashio,

Just to let you know, I had to change a line of your code in the 'addListeners:' function from 'if( this.settings.readOnly ){ return; }' to 'if( this.settings.readonly ){ return; }'. readonly with lower cap o is defined in your default definition.

I appreciate you taking care of this. I like your software.

nashio commented 8 years ago

hi @binskeep , thanks for pointing that out, my typo was actually in the settings section.