Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Nov 2, 2017
1 parent 6c2b649 commit fc11036
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/jquery.raty.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -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);
}
Expand Down

0 comments on commit fc11036

Please sign in to comment.