-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added debug label for tile url #5592
Conversation
lilleyse
commented
Jul 6, 2017
*/ | ||
this.debugShowMemoryUsage = defaultValue(options.debugShowMemoryUsage, false); | ||
|
||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe due to a bad merge all these properties had been duplicated, but are removed now.
@ggetz can you review this? |
}); | ||
/** | ||
* Gets or sets the flag to show tile url. This property is observable. | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@memberof
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We only need @memberof
when the property is added using defineProperties
. So it can probably be removed from the doc of all of these since they're directly on this
@lilleyse That's all I have. I assume CHANGES.md still needs to be updated with the new debug option. |
Updated. |
Thanks @lilleyse |
Very nice! |