mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 14:53:14 +03:00
Minor cleanups on basic test
This commit is contained in:
parent
8ded889af4
commit
4f13328609
@ -1,5 +1,7 @@
|
||||
(function() {
|
||||
|
||||
module('Basic');
|
||||
|
||||
// TODO: Tighten up springs and use "immediate" where possible, so tests run faster
|
||||
// TODO: Test drag
|
||||
|
||||
@ -104,6 +106,7 @@
|
||||
asyncTest('Close', function() {
|
||||
var closeHandler = function() {
|
||||
viewer.removeHandler('close', closeHandler);
|
||||
$('#example').empty();
|
||||
ok(true, 'Close event was sent');
|
||||
start();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user