From 5ee6333a1b6f288ae3db2cfb0c5e8251f431bc60 Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Thu, 14 Nov 2013 12:33:39 -0500 Subject: [PATCH] Add missing semicolon to last line Missing semicolon in the end of the chart prototype declaration, which can create problems when concatenating this file with others --- g.raphael.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g.raphael.js b/g.raphael.js index 27f27ca..1b5faf8 100644 --- a/g.raphael.js +++ b/g.raphael.js @@ -858,4 +858,4 @@ Raphael.g = { return (+val).toFixed(0); } } -} +};