Skip to content

Commit

Permalink
feat(generators/view/templates): add an events property
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Dec 6, 2016
1 parent 0041b4f commit d0be3f8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions generators/view/templates/view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,24 @@
template: template


###*
# Delegated DOM event handler definition.
#
# Format:
#
# ```coffee
# '<event>[ <selector>]': '<methodName>' || <Function>
# ...
# ```
#
# @property events
# @type Object
# @final
###

events: undefined


###*
# @method initialize
# @protected
Expand Down

0 comments on commit d0be3f8

Please sign in to comment.