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() {
|
||||
expect( 2 );
|
||||
var div,
|
||||
_test = function() {};
|
||||
var div;
|
||||
|
||||
$.widget( "ui.testWidget", {
|
||||
_create: function() {},
|
||||
_test: _test
|
||||
_create: function() {}
|
||||
});
|
||||
|
||||
div = $( "<div>" );
|
||||
|
Loading…
Reference in New Issue
Block a user