diff options
Diffstat (limited to 'demos/draggable/events.html')
-rw-r--r-- | demos/draggable/events.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/events.html b/demos/draggable/events.html index 2365855af..d5903d009 100644 --- a/demos/draggable/events.html +++ b/demos/draggable/events.html @@ -65,7 +65,7 @@ <div class="demo-description"> <p> -Layer functionality onto the draggable using the <strong>start</strong>, <strong>drag</strong>, and <strong>stop</strong> events. Start is fired at the start of the drag; drag during the drag; and stop when dragging stops. +Layer functionality onto the draggable using the <code>start</code>, <code>drag</code>, and <code>stop</code> events. Start is fired at the start of the drag; drag during the drag; and stop when dragging stops. </p> </div><!-- End demo-description --> |