From 7cb2f7cfd50aacf6e6dcf44ae3fbff53d6b8727a Mon Sep 17 00:00:00 2001 From: Mark Salsbery Date: Mon, 25 Nov 2013 10:38:50 -0800 Subject: [PATCH] Updated Doclets Botton fixes :) --- src/button.js | 2 +- src/openseadragon.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/button.js b/src/button.js index 5a1e0a30..abadaff4 100644 --- a/src/button.js +++ b/src/button.js @@ -55,7 +55,7 @@ $.ButtonState = { /** * @class Button * @classdesc Manages events, hover states for individual buttons, tool-tips, as well - * as fading the bottons out when the user has not interacted with them + * as fading the buttons out when the user has not interacted with them * for a specified period. * * @memberof OpenSeadragon diff --git a/src/openseadragon.js b/src/openseadragon.js index 9dcd745c..33d0be8e 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -148,7 +148,7 @@ * @property {OpenSeadragon.NavImages} [navImages] * An object with a property for each button or other built-in navigation * control, eg the current 'zoomIn', 'zoomOut', 'home', and 'fullpage'. - * Each of those in turn provides an image path for each state of the botton + * Each of those in turn provides an image path for each state of the button * or navigation control, eg 'REST', 'GROUP', 'HOVER', 'PRESS'. Finally the * image paths, by default assume there is a folder on the servers root path * called '/images', eg '/images/zoomin_rest.png'. If you need to adjust