Skip to content

Commit

Permalink
Change JSDoc to normal comment to avoid wrong doc generation for priv…
Browse files Browse the repository at this point in the history
…ate property
  • Loading branch information
tephenavies committed Sep 23, 2020
1 parent d1b4f5a commit bbe996b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lib/Models/CatalogMember.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,8 @@ var CatalogMember = function(terria) {
*/
this.hideSource = false;

/**
* The names of items in the {@link CatalogMember#info} array that contain details of the source of this
* CatalogMember's data. This should be overridden by children of this class.
*
* @type {Array}
* @private
*/
// The names of items in the {@link CatalogMember#info} array that contain details of the source of this
// CatalogMember's data. This should be overridden by children of this class.
this._sourceInfoItemNames = [];

this._nameInCatalog = undefined;
Expand Down

0 comments on commit bbe996b

Please sign in to comment.