diff --git a/src/gitgraph.js b/src/gitgraph.js index 0bd20fbb..8ffe1d86 100644 --- a/src/gitgraph.js +++ b/src/gitgraph.js @@ -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);