Correct docs for map.getTarget

This commit is contained in:
Peter Robins
2013-11-03 04:54:31 -05:00
parent 10b6b5f2c5
commit 341ea92323

View File

@@ -514,7 +514,9 @@ ol.Map.prototype.getRenderer = function() {
/**
* Get the element in which this map is rendered.
* Get the target in which this map is rendered.
* Note that this returns what is entered as an option or in setTarget:
* if that was an element, it returns an element; if a string, it returns that.
* @return {Element|string|undefined} Target.
* @todo stability experimental
*/