aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-10 17:36:44 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-10 17:36:44 +0000
commitcc7e64d4b7235c42405aa7301cf3176568b3b004 (patch)
tree3ddb73c5658f69d3d76097a049b304764e6d5fbd /html
parent5bb4ffa77ac67a1b95fa11be40002492e13e3375 (diff)
downloadgit-deps-cc7e64d4b7235c42405aa7301cf3176568b3b004.tar.gz
fix syntax highlighting
Diffstat (limited to 'html')
-rw-r--r--html/js/git-deps-layout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/js/git-deps-layout.js b/html/js/git-deps-layout.js
index 5f3b4a0..ef98f71 100644
--- a/html/js/git-deps-layout.js
+++ b/html/js/git-deps-layout.js
@@ -106,7 +106,7 @@ function build_alignment_constraint(row_nodes) {
constraint = {
axis: 'y',
type: 'alignment',
- offsets: [],
+ offsets: []
};
for (var i in row_nodes) {
var node = row_nodes[i];