mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-03 21:34:54 -05:00
fixed failing test 14 in Opera
This commit is contained in:
@@ -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");
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user