mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 22:33:32 +03:00
missing period
This commit is contained in:
parent
ff4f88dc64
commit
3ca17c1508
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
* @extends OpenSeadragon.Viewer
|
||||
* @extends OpenSeadragon.EventSource
|
||||
* @param {Object} options - Navigator options
|
||||
* @param {Element} [options.element] - An element to use for the navigator
|
||||
* @param {Element} [options.element] - An element to use for the navigator.
|
||||
* @param {String} [options.id] - Id of the element to use for the navigator. However, this is ignored if {@link options.element} is provided.
|
||||
*/
|
||||
$.Navigator = function( options ){
|
||||
|
|
Loading…
Add table
Reference in a new issue