aboutsummaryrefslogtreecommitdiffstats
path: root/html/js/git-deps-data.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'html/js/git-deps-data.coffee')
-rw-r--r--html/js/git-deps-data.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/js/git-deps-data.coffee b/html/js/git-deps-data.coffee
index a8b0b51..1dbf0d1 100644
--- a/html/js/git-deps-data.coffee
+++ b/html/js/git-deps-data.coffee
@@ -28,7 +28,7 @@ add_node = (commit) ->
# Returns 1 iff a dependency was added, otherwise 0.
add_dependency = (parent_sha1, child_sha1) ->
deps[parent_sha1] = {} unless parent_sha1 of deps
-
+
# We've already got this link, presumably
# from a previous XHR.
return 0 if child_sha1 of deps[parent_sha1]
@@ -79,7 +79,7 @@ module.exports =
links: links
node_index: node_index
deps: deps
-
+
# Functions
add: add_data
node: node