Rename ol.ProjectionLike to ol.proj.ProjectionLike

This commit is contained in:
Tim Schaub
2013-08-30 14:22:57 -06:00
parent 3b20cc7b53
commit 9a29c0e22d
6 changed files with 26 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ goog.require('ol.source.Source');
* crossOrigin: (null|string|undefined),
* extent: (null|ol.Extent|undefined),
* logo: (string|undefined),
* projection: ol.ProjectionLike,
* projection: ol.proj.ProjectionLike,
* resolutions: (Array.<number>|undefined),
* imageUrlFunction: (ol.ImageUrlFunctionType|
* undefined)}}