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

file.js.coffee « commit « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83e793863b60623e06d5866d94ca54f2b958608a (plain)
1
2
3
4
5
class @CommitFile

  constructor: (file) ->
    if $('.image', file).length
      new ImageFile(file)