build dist

This commit is contained in:
Pavel Reznikov 2016-03-02 01:09:21 -08:00
parent 92d7e51d68
commit 373c1eab14
3 changed files with 6 additions and 2 deletions

4
dist/gridstack.js vendored
View file

@ -367,6 +367,10 @@
return $.extend({}, n);
}));
if (typeof clonedNode === 'undefined') {
return true;
}
clone.moveNode(clonedNode, x, y, width, height);
var res = true;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long