Type check with olx.LogoOptions

This commit is contained in:
Antoine Abt
2014-07-24 16:40:34 +02:00
parent 280a7c520f
commit d50f40dcce
4 changed files with 54 additions and 46 deletions

View File

@@ -11,7 +11,7 @@ goog.require('ol.source.Source');
/**
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
* extent: (null|ol.Extent|undefined),
* logo: (string|Object|undefined),
* logo: (string|olx.LogoOptions|undefined),
* projection: ol.proj.ProjectionLike,
* resolutions: (Array.<number>|undefined),
* state: (ol.source.State|string|undefined)}}