Basic test no longer uses navigator since we have a suite for that

This commit is contained in:
Ian Gilman 2013-06-18 11:08:16 -07:00
parent 713fad4224
commit 862b560cb4

View File

@ -13,8 +13,7 @@
id: 'example',
prefixUrl: '/build/openseadragon/images/',
tileSources: '/test/data/testpattern.dzi',
springStiffness: 100, // Faster animation = faster tests
showNavigator: true
springStiffness: 100 // Faster animation = faster tests
});
ok(viewer, 'Viewer exists');