changeset 19957:80aa912dcb2d stable

hgweb: add missing semicolon
author Takumi IINO <trot.thunder@gmail.com>
date Thu, 24 Oct 2013 21:37:13 +0900
parents 78ab0f85e249
children 25b02c6f73a6
files mercurial/templates/static/mercurial.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/templates/static/mercurial.js	Wed Oct 23 23:42:13 2013 +0800
+++ b/mercurial/templates/static/mercurial.js	Thu Oct 24 21:37:13 2013 +0900
@@ -399,7 +399,7 @@
                         graph.canvas.height = addHeight;
 
                         var dataStr = htmlText.match(/^\s*var data = (.*);$/m)[1];
-                        var data = JSON.parse(dataStr)
+                        var data = JSON.parse(dataStr);
                         if (data.length < nextPageVar) {
                             nextPageVar = undefined;
                         }