Commit 96a584211bf7bfa87b172b72015d7729b32150cf

Authored by Sato Hiroyuki
1 parent 306ea84e

Refactor: Clean up code.

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
app/assets/javascripts/branch-graph.js.coffee
... ... @@ -212,10 +212,6 @@ class BranchGraph
212 212 top.push anchor
213 213  
214 214 Raphael::commitTooltip = (x, y, commit) ->
215   - icon = undefined
216   - nameText = undefined
217   - idText = undefined
218   - messageText = undefined
219 215 boxWidth = 300
220 216 boxHeight = 200
221 217 icon = @image(commit.author.icon, x, y, 20, 20)
... ...