Additional doc comments for setControlsEnabled()

This commit is contained in:
Ian Gilman 2013-05-28 13:54:13 -07:00
parent c08724caa1
commit b7eb78a57a

View File

@ -522,8 +522,11 @@ $.extend( $.Viewer.prototype, $.EventHandler.prototype, $.ControlDock.prototype,
/**
* Shows or hides the controls (e.g. the default navigation buttons).
*
* @function
* @name OpenSeadragon.Viewer.prototype.setControlsEnabled
* @param {Boolean} true to show, false to hide.
* @return {OpenSeadragon.Viewer} Chainable.
*/
setControlsEnabled: function( enabled ) {