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

new Error takes single string argument

parent 16fa0bec
No related branches found
No related tags found
1 merge request!295Resolve "alternative to google maps api way of visualizing maps"
......@@ -581,7 +581,7 @@ MapModel.prototype.isAvailable = function (ie, complete) {
}
element = this._pointsData[id];
} else {
throw new Error("Unknown type: " + ie.getType(), complete);
throw new Error("Unknown type: " + ie.getType() + "," + complete);
}
if (element === undefined) {
return false;
......
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