mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
9f6f164d9f
The results of running this command:: find . -name \*.js -print0 | xargs -0 perl -p -i -e "s|[ \t]+$||" (Split from #136)
13 lines
192 B
JavaScript
13 lines
192 B
JavaScript
testpattern({
|
|
Image: {
|
|
xmlns: 'http://schemas.microsoft.com/deepzoom/2008',
|
|
Format: 'jpg',
|
|
Overlap: 1,
|
|
TileSize: 254,
|
|
Size:{
|
|
Height: 1000,
|
|
Width: 1000
|
|
}
|
|
}
|
|
});
|