From 9d96c58eaf43dbb854b8df4b4ae54a412b4af392 Mon Sep 17 00:00:00 2001 From: leesei Date: Thu, 2 Feb 2017 14:24:16 +0800 Subject: [PATCH] update doc for `$.Button` relates to #1080 On branch issue-1080 Changes to be committed: modified: src/button.js --- src/button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.