We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f060a commit ffb96bcCopy full SHA for ffb96bc
tests/unit/widget/widget_core.js
@@ -29,6 +29,8 @@ test( "element normalization", function() {
29
$.widget( "ui.testWidget", {} );
30
31
$.ui.testWidget.prototype._create = function() {
32
+ // workaround for core ticket #8381
33
+ this.element.appendTo( "#qunit-fixture" );
34
ok( this.element.is( "div" ), "generated div" );
35
same( this.element.data( "testWidget" ), this, "intance stored in .data()" );
36
};
0 commit comments