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

default value added

parent 34b91488
No related branches found
No related tags found
1 merge request!295Resolve "alternative to google maps api way of visualizing maps"
...@@ -381,7 +381,7 @@ Project.prototype.setNotifyEmail = function (notifyEmail) { ...@@ -381,7 +381,7 @@ Project.prototype.setNotifyEmail = function (notifyEmail) {
/** /**
* *
* @param {DataOverlay} overlay * @param {DataOverlay} overlay
* @param {boolean} updateWhenExists * @param {boolean} [updateWhenExists=false]
*/ */
Project.prototype.addDataOverlay = function (overlay, updateWhenExists) { Project.prototype.addDataOverlay = function (overlay, updateWhenExists) {
var overlayToAdd = null; var overlayToAdd = null;
......
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