mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
9 lines
176 B
CoffeeScript
9 lines
176 B
CoffeeScript
define [
|
|
"file-tree/EntityView"
|
|
"libs/mustache"
|
|
], (EntityView) ->
|
|
FileView = EntityView.extend
|
|
onClick: (e) ->
|
|
e.preventDefault()
|
|
@options.manager.openFile(@model)
|