mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Merge pull request #110 from dsteinbrunner/patch-2
domn to down typo fixes
This commit is contained in:
commit
96d8cae6e2
@ -57,7 +57,7 @@ $.ButtonState = {
|
|||||||
* @param {String} options.srcRest URL of image to use in 'rest' state
|
* @param {String} options.srcRest URL of image to use in 'rest' state
|
||||||
* @param {String} options.srcGroup URL of image to use in 'up' state
|
* @param {String} options.srcGroup URL of image to use in 'up' state
|
||||||
* @param {String} options.srcHover URL of image to use in 'hover' state
|
* @param {String} options.srcHover URL of image to use in 'hover' state
|
||||||
* @param {String} options.srcDown URL of image to use in 'domn' state
|
* @param {String} options.srcDown URL of image to use in 'down' state
|
||||||
* @param {Element} [options.element] Element to use as a container for the
|
* @param {Element} [options.element] Element to use as a container for the
|
||||||
* button.
|
* button.
|
||||||
* @property {String} tooltip Provides context help for the button we the
|
* @property {String} tooltip Provides context help for the button we the
|
||||||
@ -65,7 +65,7 @@ $.ButtonState = {
|
|||||||
* @property {String} srcRest URL of image to use in 'rest' state
|
* @property {String} srcRest URL of image to use in 'rest' state
|
||||||
* @property {String} srcGroup URL of image to use in 'up' state
|
* @property {String} srcGroup URL of image to use in 'up' state
|
||||||
* @property {String} srcHover URL of image to use in 'hover' state
|
* @property {String} srcHover URL of image to use in 'hover' state
|
||||||
* @property {String} srcDown URL of image to use in 'domn' state
|
* @property {String} srcDown URL of image to use in 'down' state
|
||||||
* @property {Object} config Configurable settings for this button. DEPRECATED.
|
* @property {Object} config Configurable settings for this button. DEPRECATED.
|
||||||
* @property {Element} [element] Element to use as a container for the
|
* @property {Element} [element] Element to use as a container for the
|
||||||
* button.
|
* button.
|
||||||
|
Loading…
Reference in New Issue
Block a user