aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-06 01:41:39 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-06 01:41:39 +0000
commit84a0a116ce84a59520137e074a44a40f5b3480ac (patch)
tree7578900ce7a070e4daaf2477f653f89ef30bf0fb /ui
parent4fc409193eb7ab3807cdece5bef09bbb96b7159b (diff)
downloadjquery-ui-84a0a116ce84a59520137e074a44a40f5b3480ac.tar.gz
jquery-ui-84a0a116ce84a59520137e074a44a40f5b3480ac.zip
fixed failing test 14 in Opera
Diffstat (limited to 'ui')
-rw-r--r--ui/tests/draggable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/draggable.js b/ui/tests/draggable.js
index e787d9149..a0f403e6f 100644
--- a/ui/tests/draggable.js
+++ b/ui/tests/draggable.js
@@ -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");
});