Minor cleanups on basic test

This commit is contained in:
Ian Gilman 2013-05-09 11:02:51 -07:00
parent 8ded889af4
commit 4f13328609

View File

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