Add initial exports

This commit is contained in:
Tom Payne
2012-09-24 16:58:18 +02:00
parent d7c6ce19a9
commit b7020750ac
7 changed files with 80 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
goog.require('ol.Extent');
goog.exportSymbol('ol.Extent', ol.Extent);
goog.exportProperty(ol.Extent.prototype,
'clone', ol.Extent.prototype.clone);