mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
7 lines
111 B
CoffeeScript
7 lines
111 B
CoffeeScript
class Commit
|
|
constructor: ->
|
|
$('.files .diff-file').each ->
|
|
new CommitFile(this)
|
|
|
|
@Commit = Commit
|