Allow ol.source.Source state option to be a string

This commit is contained in:
Tom Payne
2014-02-06 19:40:45 +01:00
parent e53d7e954b
commit 88c8783271
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ goog.require('ol.source.Source');
* logo: (string|undefined),
* projection: ol.proj.ProjectionLike,
* resolutions: (Array.<number>|undefined),
* state: (ol.source.State|undefined)}}
* state: (ol.source.State|string|undefined)}}
*/
ol.source.ImageOptions;