From d68f411e828d184f546ab65f060a5c260e89b89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 2 Sep 2013 18:24:07 +0200 Subject: [PATCH] Add doc for ol.Collection#getArray --- src/ol/collection.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ol/collection.js b/src/ol/collection.js index 993efd2a6c..7034e69135 100644 --- a/src/ol/collection.js +++ b/src/ol/collection.js @@ -120,6 +120,10 @@ ol.Collection.prototype.forEach = function(f, opt_obj) { /** + * Get a reference to the underlying Array object. Warning: if the array + * is mutated, no events will be dispatched by the collection, and the + * collection's "length" property won't be in sync with the actual length + * of the array. * @return {Array} Array. */ ol.Collection.prototype.getArray = function() {