Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #214 from srangos/develop
Browse files Browse the repository at this point in the history
Add commit object to the mouseEventOptions object
  • Loading branch information
nicoespeon committed Dec 29, 2018
2 parents cf35bf8 + 769b6bf commit c70e489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gitgraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@
author: commit.author,
message: commit.message,
date: commit.date,
sha1: commit.sha1
sha1: commit.sha1,
commit: commit
};

_emitEvent(self.canvas, "commit:" + event, mouseEventOptions);
Expand Down

0 comments on commit c70e489

Please sign in to comment.