mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-07 18:39:23 +03:00
Added missing comma in code example
This commit is contained in:
parent
9a534e276b
commit
dfcb9f381e
@ -105,9 +105,9 @@ $.extend( $.IIIF1_1TileSource.prototype, $.TileSource.prototype, /** @lends Open
|
|||||||
* "tile_width" : 1024,
|
* "tile_width" : 1024,
|
||||||
* "tile_height" : 1024,
|
* "tile_height" : 1024,
|
||||||
* "formats" : [ "jpg", "png" ],
|
* "formats" : [ "jpg", "png" ],
|
||||||
* "qualities" : [ "native", "grey" ]
|
* "qualities" : [ "native", "grey" ],
|
||||||
* "profile" : "http://library.stanford.edu/iiif/image-api/1.1/compliance.html#level0"
|
* "profile" : "http://library.stanford.edu/iiif/image-api/1.1/compliance.html#level0"
|
||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
configure: function( data ){
|
configure: function( data ){
|
||||||
return data;
|
return data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user