mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
fixed failing test 14 in Opera
This commit is contained in:
parent
4fc409193e
commit
84a0a116ce
@ -277,7 +277,7 @@ test("{ opacity: 0.5 }", function() {
|
||||
|
||||
drag("#draggable2", -1, -1);
|
||||
|
||||
equals(opacity, "0.5", "start callback: opacity is 0.5");
|
||||
equals(opacity, 0.5, "start callback: opacity is 0.5");
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user