hgweb: add missing semicolon stable
authorTakumi IINO <trot.thunder@gmail.com>
Thu, 24 Oct 2013 21:37:13 +0900
branchstable
changeset 19957 80aa912dcb2d
parent 19956 78ab0f85e249
child 19958 25b02c6f73a6
hgweb: add missing semicolon
mercurial/templates/static/mercurial.js
--- 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;
                         }