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

JSdoc fixed

parent f672d76a
No related branches found
No related tags found
1 merge request!295Resolve "alternative to google maps api way of visualizing maps"
...@@ -890,7 +890,7 @@ CustomMap.prototype.getOverlayDataForAlias = function (alias, general) { ...@@ -890,7 +890,7 @@ CustomMap.prototype.getOverlayDataForAlias = function (alias, general) {
* *
* @param {Reaction} reaction * @param {Reaction} reaction
* for which overlay data will be returned * for which overlay data will be returned
* @param {Array} general * @param {Object.<string,boolean>} general
* @returns {Promise} of data from all {OverlayCollection} for a given alias * @returns {Promise} of data from all {OverlayCollection} for a given alias
*/ */
CustomMap.prototype.getOverlayDataForReaction = function (reaction, general) { CustomMap.prototype.getOverlayDataForReaction = function (reaction, general) {
......
...@@ -224,6 +224,7 @@ ReactionInfoWindow.prototype.init = function () { ...@@ -224,6 +224,7 @@ ReactionInfoWindow.prototype.init = function () {
/** /**
* Returns array with data taken from all known {@link AbstractDbOverlay}. * Returns array with data taken from all known {@link AbstractDbOverlay}.
* *
* @param {Object.<string,boolean>} general
* @returns {Promise} of an array with data from {@link AbstractDbOverlay} * @returns {Promise} of an array with data from {@link AbstractDbOverlay}
*/ */
ReactionInfoWindow.prototype.getOverlaysData = function (general) { ReactionInfoWindow.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