diff --git a/src/button.js b/src/button.js index 09010322..0ddb919a 100644 --- a/src/button.js +++ b/src/button.js @@ -61,7 +61,7 @@ $.ButtonState = { * @memberof OpenSeadragon * @extends OpenSeadragon.EventSource * @param {Object} options - * @param {Element} [options.element=null] Element to use as the button. If not specified, an HTML <button> element is created. + * @param {Element} [options.element=null] Element to use as the button. If not specified, an HTML <div> element is created. * @param {String} [options.tooltip=null] Provides context help for the button when the * user hovers over it. * @param {String} [options.srcRest=null] URL of image to use in 'rest' state.