Make attribution getters public.
This commit is contained in:
@@ -95,6 +95,7 @@ class Source extends BaseObject {
|
|||||||
/**
|
/**
|
||||||
* Get the attribution function for the source.
|
* Get the attribution function for the source.
|
||||||
* @return {?Attribution} Attribution function.
|
* @return {?Attribution} Attribution function.
|
||||||
|
* @api
|
||||||
*/
|
*/
|
||||||
getAttributions() {
|
getAttributions() {
|
||||||
return this.attributions_;
|
return this.attributions_;
|
||||||
@@ -102,6 +103,7 @@ class Source extends BaseObject {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {boolean} Attributions are collapsible.
|
* @return {boolean} Attributions are collapsible.
|
||||||
|
* @api
|
||||||
*/
|
*/
|
||||||
getAttributionsCollapsible() {
|
getAttributionsCollapsible() {
|
||||||
return this.attributionsCollapsible_;
|
return this.attributionsCollapsible_;
|
||||||
|
|||||||
Reference in New Issue
Block a user