diff options
Diffstat (limited to 'demos/resizable/animate.html')
-rw-r--r-- | demos/resizable/animate.html | 2 |
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() {
|