We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca17b99 commit b876be0Copy full SHA for b876be0
1 file changed
tests/dialog.js
@@ -402,6 +402,30 @@ test("open", function() {
402
el.remove();
403
});
404
405
+test("dragStart", function() {
406
+ ok(false, "missing test");
407
+});
408
+
409
+test("drag", function() {
410
411
412
413
+test("dragStop", function() {
414
415
416
417
+test("resizeStart", function() {
418
419
420
421
+test("resize", function() {
422
423
424
425
+test("resizeStop", function() {
426
427
428
429
test("close", function() {
430
expect(2);
431
el = $('<div/>').dialog({
0 commit comments