diff --git a/lib/jquery.raty.js b/lib/jquery.raty.js index 393691fe..68aab083 100644 --- a/lib/jquery.raty.js +++ b/lib/jquery.raty.js @@ -3,13 +3,12 @@ * * The MIT License * - * @author : Washington Botelho - * @doc : http://wbotelhos.com/raty - * @version : 2.8.0 + * author: Washington Botelho + * github: wbotelhos/raty + * version: 2.8.0 * */ -; (function($) { 'use strict'; @@ -463,7 +462,7 @@ return this.opt.score && this.opt.score >= i ? 'starOn' : 'starOff'; }, - _resetTitle: function(star) { + _resetTitle: function() { for (var i = 0; i < this.opt.number; i++) { this.stars[i].title = methods._getHint.call(this, i + 1); }