4 lines
94 B
CoffeeScript
4 lines
94 B
CoffeeScript
class @Commit
|
|
constructor: ->
|
|
$('.files .diff-file').each ->
|
|
new CommitFile(this)
|