make public some private functions
This commit is contained in:
parent
3441ad6aa9
commit
db969a51ad
@ -357,11 +357,11 @@ module.exports = class DateHistogram extends BaseDataview {
|
||||
};
|
||||
}
|
||||
|
||||
_getType () {
|
||||
getType () {
|
||||
return TYPE;
|
||||
}
|
||||
|
||||
_toString () {
|
||||
toString () {
|
||||
return JSON.stringify({
|
||||
_type: TYPE,
|
||||
_column: this.column,
|
||||
|
Loading…
Reference in New Issue
Block a user