Add @api stable annotations for ol.source.MapQuest

This commit is contained in:
Éric Lemoine
2014-08-18 18:12:04 +02:00
parent 7596133db1
commit 69b99cb9ed
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ goog.require('ol.source.XYZ');
* @constructor
* @extends {ol.source.XYZ}
* @param {olx.source.MapQuestOptions=} opt_options MapQuest options.
* @api
* @api stable
*/
ol.source.MapQuest = function(opt_options) {