Welcome to mirror list, hosted at ThFree Co, Russian Federation.

commit.js.coffee « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0566e239191e2a57ff6628c69ee3d6f5d8d55b16 (plain)
1
2
3
4
class @Commit
  constructor: ->
    $('.files .diff-file').each ->
      new CommitFile(this)