Skip to content

Commit

Permalink
Setting first area as non droppable
Browse files Browse the repository at this point in the history
  • Loading branch information
PangbornIdentity committed Jul 4, 2013
1 parent 8a4b597 commit fcccf57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demos/clone.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
<script>
$(document).ready(function() {
$(".clones").shapeshift({
dragClone: true
dragClone: true,
enableCrossDrop: false
});
$(".droparea").shapeshift({
colWidth: 100
Expand Down

0 comments on commit fcccf57

Please sign in to comment.