adding helper method on vis

This commit is contained in:
ppisljar 2016-11-16 19:21:46 +01:00
parent b2ff87477c
commit fc78562c2b

View file

@ -167,6 +167,10 @@ export default function VisFactory(Notifier, Private) {
return this.__uiState;
};
Vis.prototype.implementsRenderComplete = function () {
return this.type.implementsRenderComplete;
};
/**
* Currently this is only used to extract map-specific information
* (e.g. mapZoom, mapCenter).