mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Widget: Remove copy-pasta leftovers
This commit is contained in:
parent
90135b27f8
commit
1c1f7c6184
@ -627,12 +627,10 @@ test( ".widget() - overriden", function() {
|
|||||||
|
|
||||||
test( ".instance()", function() {
|
test( ".instance()", function() {
|
||||||
expect( 2 );
|
expect( 2 );
|
||||||
var div,
|
var div;
|
||||||
_test = function() {};
|
|
||||||
|
|
||||||
$.widget( "ui.testWidget", {
|
$.widget( "ui.testWidget", {
|
||||||
_create: function() {},
|
_create: function() {}
|
||||||
_test: _test
|
|
||||||
});
|
});
|
||||||
|
|
||||||
div = $( "<div>" );
|
div = $( "<div>" );
|
||||||
|
Loading…
Reference in New Issue
Block a user