mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 01:56:06 +10:00
8 lines
127 B
CoffeeScript
8 lines
127 B
CoffeeScript
class CommitFile
|
|
|
|
constructor: (file) ->
|
|
if $('.image', file).length
|
|
new ImageFile(file)
|
|
|
|
@CommitFile = CommitFile
|