From 7af4cbb75e0daccc9f41b836859e29de7fe2902c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 29 Aug 2013 13:32:53 +0200 Subject: [PATCH] Export ol.Collection#getArray --- src/ol/collection.exports | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/collection.exports b/src/ol/collection.exports index 5d64b817fb..5e00258f1b 100644 --- a/src/ol/collection.exports +++ b/src/ol/collection.exports @@ -2,6 +2,7 @@ @exportProperty ol.Collection.prototype.clear @exportProperty ol.Collection.prototype.extend @exportProperty ol.Collection.prototype.forEach +@exportProperty ol.Collection.prototype.getArray @exportProperty ol.Collection.prototype.getAt @exportProperty ol.Collection.prototype.getLength @exportProperty ol.Collection.prototype.insertAt