reverting changes

This commit is contained in:
Bilal Hanif 2016-06-16 16:15:38 +05:00
commit 6d88ef8779

5
dist/gridstack.js vendored
View file

@ -398,11 +398,6 @@
this.float,
0,
_.map(this.nodes, function(n) { return $.extend({}, n); }));
if (this.height == 1 && !this.isAreaEmpty(node.x, node.y, node.width, node.height)){
return false;
}
clone.addNode(node);
return clone.getGridHeight() <= this.height;
};