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

@@ -43,16 +43,6 @@ ol.control.ScaleLineUnits = {
/**
* Create a control to help users estimate distances on a map.
*
* Example:
*
* var map = new ol.Map({
* controls: ol.control.defaults({}, [
* new ol.control.ScaleLine({
* units: ol.control.ScaleLineUnits.IMPERIAL
* })
* ]),
* ...
*
* @constructor
* @extends {ol.control.Control}
* @param {ol.control.ScaleLineOptions=} opt_options Scale line options.