Moved polyfill from utils to own file

This commit is contained in:
2022-11-09 14:11:34 +01:00
parent 34792f20d6
commit 2987b820a9
7 changed files with 16 additions and 92 deletions
+1 -1
View File
@@ -80,4 +80,4 @@
window.convertPointFromNodeToPage = function (element, offsetX, offsetY) {
return new Point(offsetX, offsetY, 0).transformBy(getTransformationMatrix(element))
}
})()
})();
+1 -1
View File
@@ -221,4 +221,4 @@
})
}
}
})(jQuery)
})(jQuery);