Skip to content

Commit

Permalink
just a missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
eblanshey committed Mar 15, 2013
1 parent 0bbbde3 commit 0e22794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jquery.raty.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
methods._adjustPrecision.call(this);
}

this.opt.number = methods._between(this.opt.number, 0, this.opt.numberMax)
this.opt.number = methods._between(this.opt.number, 0, this.opt.numberMax);

this.opt.path = this.opt.path || '';

Expand Down

0 comments on commit 0e22794

Please sign in to comment.