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
-8
View File
@@ -17,14 +17,6 @@ goog.require('ol.css');
* Provides a button that when clicked fills up the full screen with the map.
* When in full screen mode, a close button is shown to exit full screen mode.
*
* Example:
*
* var map = new ol.Map({
* controls: ol.control.defaults({}, [
* new ol.control.FullScreen()
* ]),
* ...
*
* @constructor
* @extends {ol.control.Control}
* @param {ol.control.FullScreenOptions=} opt_options Options.