1
0
mirror of https://github.com/openseadragon/openseadragon.git synced 2025-03-02 13:43:14 +03:00
2013-02-14 10:21:07 -08:00

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