openseadragon/test/test.js

17 lines
343 B
JavaScript
Raw Normal View History

2013-02-14 22:21:07 +04:00
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
// });
// });
})();