File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ test( "error handling", function() {
183
183
$ . error = error ;
184
184
} ) ;
185
185
186
- test ( "merge multiple option arguments" , function ( ) {
186
+ test ( "merge multiple option arguments" , function ( ) {
187
187
expect ( 1 ) ;
188
188
$ . widget ( "ui.testWidget" , {
189
189
_create : function ( ) {
@@ -630,8 +630,6 @@ test( "auto-destroy - .remove() on child", function() {
630
630
}
631
631
} ) ;
632
632
$ ( "#widget" ) . testWidget ( ) . children ( ) . remove ( ) ;
633
- // http://github.com/jquery/qunit/pull/34
634
- $ . ui . testWidget . prototype . destroy = $ . noop ;
635
633
} ) ;
636
634
637
635
test ( "auto-destroy - .empty()" , function ( ) {
@@ -642,8 +640,6 @@ test( "auto-destroy - .empty()", function() {
642
640
}
643
641
} ) ;
644
642
$ ( "#widget" ) . testWidget ( ) . empty ( ) ;
645
- // http://github.com/jquery/qunit/pull/34
646
- $ . ui . testWidget . prototype . destroy = $ . noop ;
647
643
} ) ;
648
644
649
645
test ( "auto-destroy - .empty() on parent" , function ( ) {
You can’t perform that action at this time.
0 commit comments