From 0ed5984371886a58322aaf317088dfd2ab00abd4 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Mon, 20 Apr 2015 10:27:30 +0000 Subject: [PATCH] Remove reference to binding in Collection docs --- src/ol/collection.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ol/collection.js b/src/ol/collection.js index 0aefa4f641..81ead47d4f 100644 --- a/src/ol/collection.js +++ b/src/ol/collection.js @@ -76,10 +76,6 @@ ol.CollectionProperty = { * Collection; they trigger events on the appropriate object, not on the * Collection as a whole. * - * Because a Collection is itself an {@link ol.Object}, it can be bound to any - * other Object or Collection such that a change in one will automatically be - * reflected in the other. - * * @constructor * @extends {ol.Object} * @fires ol.CollectionEvent