diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-18 20:41:15 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-18 20:41:15 +0000 |
commit | 4f2a9b828bb67f67d3d23231ba98ac550edb5532 (patch) | |
tree | ed10cbb08b44571a3b05c5bda557b39b4e873495 /html | |
parent | 91c9194f273d6a0f7e0eff9bd5ec5e8f646ab0cf (diff) | |
download | git-deps-4f2a9b828bb67f67d3d23231ba98ac550edb5532.tar.gz |
debug constraints if -d is given
Diffstat (limited to 'html')
-rw-r--r-- | html/js/git-deps-graph.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/js/git-deps-graph.coffee b/html/js/git-deps-graph.coffee index 0e32224..59d5452 100644 --- a/html/js/git-deps-graph.coffee +++ b/html/js/git-deps-graph.coffee @@ -46,6 +46,7 @@ options = undefined # Options will be retrieved from web server jQuery -> d3.json "options", (error, data) -> options = data + gdl.debug = options.debug d3.html "tip-template.html", (error, html) -> tip_template = html |