files/js/commit.coffee (
5
lines of code) (
raw
):
class Commit constructor: -> $('.files .diff-file').each -> new CommitFile(@) @Commit = Commit