mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
Additional doc comments for setControlsEnabled()
This commit is contained in:
parent
c08724caa1
commit
b7eb78a57a
@ -522,8 +522,11 @@ $.extend( $.Viewer.prototype, $.EventHandler.prototype, $.ControlDock.prototype,
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Shows or hides the controls (e.g. the default navigation buttons).
|
||||||
|
*
|
||||||
* @function
|
* @function
|
||||||
* @name OpenSeadragon.Viewer.prototype.setControlsEnabled
|
* @name OpenSeadragon.Viewer.prototype.setControlsEnabled
|
||||||
|
* @param {Boolean} true to show, false to hide.
|
||||||
* @return {OpenSeadragon.Viewer} Chainable.
|
* @return {OpenSeadragon.Viewer} Chainable.
|
||||||
*/
|
*/
|
||||||
setControlsEnabled: function( enabled ) {
|
setControlsEnabled: function( enabled ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user