mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
'offset' isn't a property for 'position' in 'jqueryui'.
This commit is contained in:
@@ -1765,7 +1765,6 @@ function test_effects() {
|
||||
of: $("#parent"),
|
||||
my: $("#my_horizontal").val() + " " + $("#my_vertical").val(),
|
||||
at: $("#at_horizontal").val() + " " + $("#at_vertical").val(),
|
||||
offset: $("#offset").val(),
|
||||
collision: $("#collision_horizontal").val() + " " + $("#collision_vertical").val()
|
||||
});
|
||||
$("#toggle").toggle({ effect: "scale", direction: "horizontal" });
|
||||
|
||||
Reference in New Issue
Block a user