Authored by 陈轩

fix

... ... @@ -79,7 +79,7 @@ RatingView.prototype = $.extend({}, EventEmitter.prototype, {
.on('click.RatingView.rating', '.stars i', function(event) {
self.rating($(event.target));
})
.on('click.RatingView.toggle', '.close', $.proxy(this.toggle, this));
.on('click.RatingView.close', '.close', $.proxy(this.toggle, this, false));
},
rating($rank) {
... ...