Add initial exports
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
goog.require('ol.Coordinate');
|
||||
|
||||
goog.exportSymbol('ol.Coordinate', ol.Coordinate);
|
||||
goog.exportProperty(ol.Coordinate.prototype,
|
||||
'clone', ol.Coordinate.prototype.clone);
|
||||
Reference in New Issue
Block a user