diff --git a/lib/jquery.raty.js b/lib/jquery.raty.js index 46fdcfe9..1c293dab 100644 --- a/lib/jquery.raty.js +++ b/lib/jquery.raty.js @@ -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 || '';