Merge pull request #12600 from simonseyock/attributions-public
Make attribution getters public.
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user