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

View File

@@ -29,6 +29,7 @@
"exports/ol/layer/tilelayer.js",
"exports/ol/map.js",
"exports/ol/object.js",
"exports/ol/overlay/overlay.js",
"exports/ol/projection.js",
"exports/ol/source/mapquest.js",
"exports/ol/source/openstreetmap.js",

View File

@@ -0,0 +1,3 @@
goog.require('ol.overlay.Overlay');
goog.exportSymbol('ol.overlay.Overlay', ol.overlay.Overlay);