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

JSdoc fix

parent ce8fdeb6
No related branches found
No related tags found
1 merge request!295Resolve "alternative to google maps api way of visualizing maps"
...@@ -143,7 +143,7 @@ MapModel.prototype.getCompleteAliasById = function (id) { ...@@ -143,7 +143,7 @@ MapModel.prototype.getCompleteAliasById = function (id) {
* @param id * @param id
* identifier of the {@link Reaction} * identifier of the {@link Reaction}
* @param {boolean} [complete] * @param {boolean} [complete]
* @returns {Promise<Reaction>| PromiseLike<Reaction>|Bluebird<Reaction>} by identifier * @returns {Promise<Reaction>| PromiseLike<Reaction>} by identifier
*/ */
MapModel.prototype.getReactionById = function (id, complete) { MapModel.prototype.getReactionById = function (id, complete) {
var self = this; var self = this;
......
...@@ -479,7 +479,7 @@ Project.prototype.getDataOverlayById = function (overlayId) { ...@@ -479,7 +479,7 @@ Project.prototype.getDataOverlayById = function (overlayId) {
* Returns promise with list of elements pointing to the submap. * Returns promise with list of elements pointing to the submap.
* *
* @param {number} modelId id of the submap * @param {number} modelId id of the submap
* @returns {Bluebird} for a given overlay identifier * @returns {Promise} for a given overlay identifier
*/ */
Project.prototype.getElementsPointingToSubmap = function (modelId) { Project.prototype.getElementsPointingToSubmap = function (modelId) {
var self = this; var self = this;
......
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