this.inherited(arguments); if(this._hovering){ var hoverValue = +dojo.attr(evt.target, "value"); this.onMouseOver(evt, hoverValue); this._renderStars(hoverValue, true); }else{ this._renderStars(this.value); }