From 9895f879f9b21b0ea022910d326858c576604fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 27 Aug 2013 22:08:26 +0200 Subject: [PATCH] Export ol.CollectionEvent#getElement --- src/ol/collection.exports | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ol/collection.exports b/src/ol/collection.exports index 5e3dae2d8d..5d64b817fb 100644 --- a/src/ol/collection.exports +++ b/src/ol/collection.exports @@ -10,3 +10,5 @@ @exportProperty ol.Collection.prototype.remove @exportProperty ol.Collection.prototype.removeAt @exportProperty ol.Collection.prototype.setAt + +@exportProperty ol.CollectionEvent.prototype.getElement