Skip to content

Commit

Permalink
Draggable demo: visual feedback - use draggable option stack selector…
Browse files Browse the repository at this point in the history
…. Fixed #5513 - Draggable/Stackable Demo broken and docs need to be updated
  • Loading branch information
rdworth committed Apr 14, 2010
1 parent 7adf7a9 commit 36cb3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/draggable/visual-feedback.html
Expand Up @@ -27,7 +27,7 @@
return $('<div class="ui-widget-header">I\'m a custom helper</div>');
}
});
$("#set div").draggable({ stack: { group: '#set div', min: 1 } });
$("#set div").draggable({ stack: '#set div' });
});
</script>
</head>
Expand Down

0 comments on commit 36cb3f7

Please sign in to comment.