Merge pull request #12600 from simonseyock/attributions-public

Make attribution getters public.
This commit is contained in:
Tim Schaub
2021-08-06 11:50:12 -06:00
committed by GitHub

View File

@@ -95,6 +95,7 @@ class Source extends BaseObject {
/**
* Get the attribution function for the source.
* @return {?Attribution} Attribution function.
* @api
*/
getAttributions() {
return this.attributions_;
@@ -102,6 +103,7 @@ class Source extends BaseObject {
/**
* @return {boolean} Attributions are collapsible.
* @api
*/
getAttributionsCollapsible() {
return this.attributionsCollapsible_;