openseadragon/test/data/testpattern.js
Chris Adams 9f6f164d9f Remove all whitespace
The results of running this command::

    find . -name \*.js -print0 | xargs -0 perl -p -i -e "s|[ \t]+$||"

(Split from #136)
2013-06-19 13:33:27 -04:00

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
}
}
});