Skip to content

Commit

Permalink
fix(generators/*/templates): fix documented @type declatations
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Aug 9, 2017
1 parent b225641 commit 0644f81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions generators/app/templates/src/collections/api-services.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
class ApiServicesCollection extends Backbone.Collection

###*
# The collection's `{{#crossLink 'ApiServiceModel'}}{{/crossLink}}`.
# The collection's `{{#crossLink 'ApiServiceModel'}}{{/crossLink}}` constructor.
#
# @property model
# @type Backbone.Model
# @type Function
# @protected
# @final
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
# See also: [IETF language tags](https://en.wikipedia.org/wiki/IETF_language_tag#Syntax_of_language_tags).
#
# @attribute locales
# @type {Object}
# @type Object
###<% } %>

schema: [
Expand Down Expand Up @@ -188,7 +188,7 @@
#
# @attribute environment.locales
# @for Settings
# @type {Object}
# @type Object
# @final
###<% } %>

Expand Down
4 changes: 2 additions & 2 deletions generators/collection/templates/collection.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
class <%- className %> extends <%- backbone.className %>.Collection

###*
# The collection's `{{#crossLink '<%- modelClassName %>'}}{{/crossLink}}`.
# The collection's `{{#crossLink '<%- modelClassName %>'}}{{/crossLink}}` constructor.
#
# @property model
# @type <%- backbone.className %>.Model
# @type Function
# @protected
# @final
#
Expand Down

0 comments on commit 0644f81

Please sign in to comment.