Commit 8907a9586909aa98898044a237fb285a23074b68

Authored by Dmitriy Zaporozhets
1 parent 97ac3def

Fix commit image js

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/javascripts/commit.js.coffee
1 1 class Commit
2 2 constructor: ->
3   - $('.files .file').each ->
  3 + $('.files .diff-file').each ->
4 4 new CommitFile(this)
5 5  
6 6 @Commit = Commit
... ...