Add default stability level to docs of exported things.

This commit is contained in:
Paul Spencer
2013-10-24 17:07:02 -04:00
parent a13c5d30a2
commit bada596b45
108 changed files with 382 additions and 0 deletions
+2
View File
@@ -20,6 +20,7 @@ goog.require('ol.TileState');
* @param {string} src Image source URI.
* @param {?string} crossOrigin Cross origin.
* @param {ol.TileLoadFunctionType} tileLoadFunction Tile load function.
* @todo stability experimental
*/
ol.ImageTile =
function(tileCoord, state, src, crossOrigin, tileLoadFunction) {
@@ -67,6 +68,7 @@ goog.inherits(ol.ImageTile, ol.Tile);
/**
* @inheritDoc
* @todo stability experimental
*/
ol.ImageTile.prototype.getImage = function(opt_context) {
if (goog.isDef(opt_context)) {