Moved polyfill from utils to own file
This commit is contained in:
+1
-1
@@ -80,4 +80,4 @@
|
||||
window.convertPointFromNodeToPage = function (element, offsetX, offsetY) {
|
||||
return new Point(offsetX, offsetY, 0).transformBy(getTransformationMatrix(element))
|
||||
}
|
||||
})()
|
||||
})();
|
||||
|
||||
Vendored
+1
-1
@@ -221,4 +221,4 @@
|
||||
})
|
||||
}
|
||||
}
|
||||
})(jQuery)
|
||||
})(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user