From 9fb4a88841a53ec5ff72436566f615b85c339705 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Fri, 8 Apr 2016 09:52:54 +0100 Subject: [PATCH] Small clarification for vector source loader docs --- externs/olx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index aa64938b5b..9f2265a059 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -5735,8 +5735,8 @@ olx.source.VectorOptions.prototype.format; /** * The loader function used to load features, from a remote source for example. - * Note that the source will create and use an XHR feature loader when `url` is - * set. + * If this is not set and `url` is set, the source will create and use an XHR + * feature loader. * @type {ol.FeatureLoader|undefined} * @api */