aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/animate.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-30 05:38:56 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-30 05:38:56 +0000
commitcc237b31cd73de6cd29ed8de9a0177485cd0bbdb (patch)
treec76d4486695e48413629d1365ae815c46e5c8f91 /demos/resizable/animate.html
parent1ff49c1322da33b0ff9b8051f8aa297b7a247275 (diff)
downloadjquery-ui-cc237b31cd73de6cd29ed8de9a0177485cd0bbdb.tar.gz
jquery-ui-cc237b31cd73de6cd29ed8de9a0177485cd0bbdb.zip
Fixed #3708 - Resizable: all classes added should have 'ui-' prefix, 'proxy' should be 'ui-resizable-helper'
Diffstat (limited to 'demos/resizable/animate.html')
-rw-r--r--demos/resizable/animate.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/resizable/animate.html b/demos/resizable/animate.html
index 198b81a39..154aee270 100644
--- a/demos/resizable/animate.html
+++ b/demos/resizable/animate.html
@@ -9,7 +9,7 @@
<script type="text/javascript" src="../../ui/ui.resizable.js"></script>
<style type="text/css">
#resizable { width: 150px; height: 150px; padding: 0.5em; background-position: top left; }
- .proxy { border: 1px dotted gray; }
+ .ui-resizable-helper { border: 1px dotted gray; }
</style>
<script type="text/javascript">
$(function() {