mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
17 lines
343 B
JavaScript
17 lines
343 B
JavaScript
|
test( "hello test", function() {
|
||
|
ok( 1 == "1", "Passed!" );
|
||
|
});
|
||
|
|
||
|
(function() {
|
||
|
|
||
|
// $(document).ready(function() {
|
||
|
// OpenSeadragon({
|
||
|
// id: "example",
|
||
|
// prefixUrl: "/images/",
|
||
|
// tileSources: "/test/dzi/dog-and-cat-collars.xml",
|
||
|
// showNavigator: true
|
||
|
// });
|
||
|
// });
|
||
|
|
||
|
})();
|