Skip to content
Snippets Groups Projects
Commit f672d76a authored by Piotr Gawron's avatar Piotr Gawron
Browse files

JSdoc fixed

parent 7847da41
No related branches found
No related tags found
1 merge request!295Resolve "alternative to google maps api way of visualizing maps"
...@@ -901,7 +901,7 @@ CustomMap.prototype.getOverlayDataForReaction = function (reaction, general) { ...@@ -901,7 +901,7 @@ CustomMap.prototype.getOverlayDataForReaction = function (reaction, general) {
/** /**
* Returns data from all {OverlayCollection} for a given {PointData} * Returns data from all {OverlayCollection} for a given {PointData}
* *
* @param {Array} general * @param {Object.<string,boolean>} general
* @param {PointData} point * @param {PointData} point
* for which overlay data will be returned * for which overlay data will be returned
* @returns {Promise} of data from all {OverlayCollection} for a given * @returns {Promise} of data from all {OverlayCollection} for a given
......
...@@ -44,6 +44,7 @@ PointInfoWindow.prototype.createContentDiv = function () { ...@@ -44,6 +44,7 @@ PointInfoWindow.prototype.createContentDiv = function () {
/** /**
* *
* @param {Object.<string,boolean>} general
* @returns {Promise} * @returns {Promise}
*/ */
PointInfoWindow.prototype.getOverlaysData = function (general) { PointInfoWindow.prototype.getOverlaysData = function (general) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment