Refactor: Clean up code.

master
Sato Hiroyuki 2013-03-19 18:08:27 +09:00
parent 306ea84e85
commit 96a584211b
1 changed files with 0 additions and 4 deletions

View File

@ -212,10 +212,6 @@ class BranchGraph
top.push anchor
Raphael::commitTooltip = (x, y, commit) ->
icon = undefined
nameText = undefined
idText = undefined
messageText = undefined
boxWidth = 300
boxHeight = 200
icon = @image(commit.author.icon, x, y, 20, 20)