Fix a typo in the documentation for options.prefixUrl.

This commit is contained in:
Ventero 2012-09-28 20:03:45 +02:00
parent 76a16464a2
commit 0aba38c88c
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*

View File

@ -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.
*