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
+2 -2
View File
@@ -83764,7 +83764,7 @@ if (typeof pixi_viewport !== 'undefined') { Object.assign(this.PIXI, pixi_viewpo
window.convertPointFromNodeToPage = function (element, offsetX, offsetY) {
return new Point(offsetX, offsetY, 0).transformBy(getTransformationMatrix(element))
}
})()
})();
;(function () {
var module = {
@@ -83989,7 +83989,7 @@ if (typeof pixi_viewport !== 'undefined') { Object.assign(this.PIXI, pixi_viewpo
})
}
}
})(jQuery)
})(jQuery);
(function () {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -8189,4 +8189,4 @@ if (_gsScope._gsDefine) { _gsScope._gsQueue.pop()(); } //necessary in case Tween
window.convertPointFromNodeToPage = function (element, offsetX, offsetY) {
return new Point(offsetX, offsetY, 0).transformBy(getTransformationMatrix(element))
}
})()
})();