From 0aba38c88cc3f09a133ddfd74e4e369c44291297 Mon Sep 17 00:00:00 2001 From: Ventero Date: Fri, 28 Sep 2012 20:03:45 +0200 Subject: [PATCH] Fix a typo in the documentation for options.prefixUrl. --- openseadragon.js | 2 +- src/openseadragon.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openseadragon.js b/openseadragon.js index 3598b65e..8048fe6e 100644 --- a/openseadragon.js +++ b/openseadragon.js @@ -223,7 +223,7 @@ * is preserved when navigating between images in the sequence. * * @param {String} [options.prefixUrl='/images/'] - * Appends the prefixUrl to navImages paths, which is very useful + * Prepends the prefixUrl to navImages paths, which is very useful * since the default paths are rarely useful for production * environments. * diff --git a/src/openseadragon.js b/src/openseadragon.js index 05ea3c62..cb72319a 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -223,7 +223,7 @@ * is preserved when navigating between images in the sequence. * * @param {String} [options.prefixUrl='/images/'] - * Appends the prefixUrl to navImages paths, which is very useful + * Prepends the prefixUrl to navImages paths, which is very useful * since the default paths are rarely useful for production * environments. *