Skip to content

Commit 6ae9378

Browse files
Update gridstack.js
forgot the bracket close
1 parent 47d0933 commit 6ae9378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gridstack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
var maxHeight = 0;
676676
_.each(this.nodes, function(n) {
677677
maxHeight = Math.max(maxHeight, n.y + n.height);
678-
}
678+
});
679679
_.each(nodes, function(n) {
680680
if (detachNode && n._id === null) {
681681
if (n.el) {

0 commit comments

Comments
 (0)