mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
10 lines
175 B
CoffeeScript
10 lines
175 B
CoffeeScript
define [
|
|
"file-tree/EntityView"
|
|
"libs/mustache"
|
|
], (EntityView) ->
|
|
DocView = EntityView.extend
|
|
onClick: (e) ->
|
|
e.preventDefault()
|
|
@options.manager.openDoc(@model)
|
|
|