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