Skip to content

Commit

Permalink
build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
troolee committed Mar 2, 2016
1 parent 92d7e51 commit 373c1ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dist/gridstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@
return $.extend({}, n);
}));

if (typeof clonedNode === 'undefined') {
return true;
}

clone.moveNode(clonedNode, x, y, width, height);

var res = true;
Expand Down

0 comments on commit 373c1ea

Please sign in to comment.