From b7eb78a57ac10d4c96e0d7eea340fa4458caaad0 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 28 May 2013 13:54:13 -0700 Subject: [PATCH] Additional doc comments for setControlsEnabled() --- src/viewer.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/viewer.js b/src/viewer.js index 976243c0..a44717ee 100644 --- a/src/viewer.js +++ b/src/viewer.js @@ -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 ) {