Skip to content

Commit 23cd188

Browse files
committed
remove unused code
1 parent cddbf07 commit 23cd188

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/gridstack.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@
8787
return n != this.node && Utils.isIntercepted(n, this.nn);
8888
},
8989

90-
_didCollideFloat: function(bn) {
91-
return this.n != bn &&
92-
Utils.isIntercepted({x: this.n.x, y: this.newY, width: this.n.width, height: this.n.height}, bn);
93-
},
94-
9590
_didCollide: function(bn) {
9691
return Utils.isIntercepted({x: this.n.x, y: this.newY, width: this.n.width, height: this.n.height}, bn);
9792
},

0 commit comments

Comments
 (0)