Remove examples from control api docs

[ci skip]
This commit is contained in:
Peter Robins
2013-09-02 07:44:08 -04:00
parent 1c72a4d078
commit 6b61e9d84b
3 changed files with 0 additions and 26 deletions

View File

@@ -34,14 +34,6 @@ ol.control.MousePositionProperty = {
* shown in the top right corner of the map but this can be changed by using
* a css selector .ol-mouse-position.
*
* Example:
*
* var map = new ol.Map({
* controls: ol.control.defaults({}, [
* new ol.control.MousePosition({projection: ol.proj.get('EPSG:4326')})
* ]),
* ...
*
* @constructor
* @extends {ol.control.Control}
* @param {ol.control.MousePositionOptions=} opt_options Mouse position options.