Add missing extern

No idea why the compiler did not complain about this previously.
This commit is contained in:
Andreas Hocevar
2017-08-28 19:05:36 +02:00
parent 3cb5060497
commit a71946a7b5

View File

@@ -75,6 +75,11 @@ TopoJSONGeometry.prototype.type;
TopoJSONGeometry.prototype.id;
/**
* @type {Object.<string, *>|undefined}
*/
TopoJSONGeometry.prototype.properties;
/**
* @constructor