Export the ol.overlay.Overlay symbol

This commit is contained in:
Éric Lemoine
2012-09-28 15:21:07 +02:00
parent 7bcb5886ad
commit 7a296a273b
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
goog.require('ol.overlay.Overlay');
goog.exportSymbol('ol.overlay.Overlay', ol.overlay.Overlay);