Moved polyfill from utils to own file
This commit is contained in:
Vendored
+2
-2
@@ -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 () {
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -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))
|
||||
}
|
||||
})()
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user