5 lines
102 B
CoffeeScript
5 lines
102 B
CoffeeScript
class @CommitFile
|
|
|
|
constructor: (file) ->
|
|
if $('.image', file).length
|
|
new ImageFile(file)
|