Adam Shaw 10 лет назад
Родитель
Сommit
7a86254435
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/util.js

+ 1 - 0
src/util.js

@@ -298,6 +298,7 @@ function isPrimaryMouseButton(ev) {
 /* Geometry
 ----------------------------------------------------------------------------------------------------------------------*/
 
+fc.intersectRects = intersectRects;
 
 // Returns a new rectangle that is the intersection of the two rectangles. If they don't intersect, returns false
 function intersectRects(rect1, rect2) {