Adding @export tags to functions missing it - for advanced compilation.

This commit is contained in:
Petr Pridal
2012-06-20 18:37:56 +02:00
parent 7413770a46
commit 5ed80bcf6c
7 changed files with 18 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ goog.require('ol.Bounds');
/**
* Creates ol.Geometry objects.
*
* @export
* @constructor
*/
ol.geom.Geometry = function() {