mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
Prepared diff view for multiple view modes Converted commits.js to coffeescript image info in separate coffeescript file Added swipe view mode Added onion skin viewMode
7 lines
140 B
CoffeeScript
7 lines
140 B
CoffeeScript
class CommitFile
|
|
|
|
constructor: (file) ->
|
|
if $('.image', file).length
|
|
new ImageFile(file)
|
|
|
|
this.CommitFile = CommitFile |