Skip to content

Commit

Permalink
Merge pull request #59 from PangbornIdentity/master
Browse files Browse the repository at this point in the history
Temporary fix for issue 57
  • Loading branch information
Scott Elwood authored and Scott Elwood committed Jul 16, 2013
2 parents 8e13544 + f974a42 commit e64fca7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
12 changes: 9 additions & 3 deletions core/jquery.shapeshift.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 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 All @@ -58,5 +59,7 @@

<div class="container droparea">
</div>
<div class="container droparea">
</div>
</body>
</html>

0 comments on commit e64fca7

Please sign in to comment.