File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -578,14 +578,13 @@ QUnit.test( "Dialog can't break out containment", function( assert ) {
578
578
dlg = element . dialog ( "widget" ) ,
579
579
offsetAfter ,
580
580
expected = box . offset ( ) ;
581
-
582
- testHelper . drag ( element , ".ui-dialog-titlebar" , - 200 , - 200 ) ; // try to move out
583
- offsetAfter = dlg . offset ( ) ; // should be the same
584
- assert . deepEqual ( offsetAfter , expected , "compare offset" ) ;
585
- setTimeout ( function ( ) {
586
- element . dialog ( "close" ) ;
587
- box . remove ( ) ;
588
- } , 100 ) ;
589
- } ) ;
590
-
581
+
582
+ testHelper . drag ( element , ".ui-dialog-titlebar" , - 200 , - 200 ) ; // try to move out
583
+ offsetAfter = dlg . offset ( ) ; // should be the same
584
+ assert . deepEqual ( offsetAfter , expected , "compare offset" ) ;
585
+ setTimeout ( function ( ) {
586
+ element . dialog ( "close" ) ;
587
+ box . remove ( ) ;
588
+ } , 100 ) ;
589
+ } ) ;
591
590
} ) ;
You can’t perform that action at this time.
0 commit comments