Refactor: Clean up code.
This commit is contained in:
parent
306ea84e85
commit
96a584211b
1 changed files with 0 additions and 4 deletions
|
@ -212,10 +212,6 @@ class BranchGraph
|
||||||
top.push anchor
|
top.push anchor
|
||||||
|
|
||||||
Raphael::commitTooltip = (x, y, commit) ->
|
Raphael::commitTooltip = (x, y, commit) ->
|
||||||
icon = undefined
|
|
||||||
nameText = undefined
|
|
||||||
idText = undefined
|
|
||||||
messageText = undefined
|
|
||||||
boxWidth = 300
|
boxWidth = 300
|
||||||
boxHeight = 200
|
boxHeight = 200
|
||||||
icon = @image(commit.author.icon, x, y, 20, 20)
|
icon = @image(commit.author.icon, x, y, 20, 20)
|
||||||
|
|
Loading…
Reference in a new issue