From 0e227947b2a960346c445049cde183a37e72b279 Mon Sep 17 00:00:00 2001 From: ephraimb Date: Fri, 15 Mar 2013 11:53:02 -0300 Subject: [PATCH] just a missing semicolon --- lib/jquery.raty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || '';