From 86cbc55c15ed58e885f411fe9dfbe0e09e357ec5 Mon Sep 17 00:00:00 2001 From: Nic Ford Date: Fri, 22 Apr 2016 09:19:13 -0700 Subject: [PATCH] Because the details matter --- includes/js/jointjs-pods.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/js/jointjs-pods.js b/includes/js/jointjs-pods.js index d08bcb1..73b2baa 100644 --- a/includes/js/jointjs-pods.js +++ b/includes/js/jointjs-pods.js @@ -166,7 +166,8 @@ joint.dia.PodsLink = joint.dia.Link.extend( { } ); -// @todo: Chrome dropped support https://github.com/cpettitt/dagre-d3/issues/202 may need to evaluate if this is the best locaiton for the polyfill to live +// Chrome dropped support https://github.com/cpettitt/dagre-d3/issues/202 +// @todo: may need to evaluate if this is the best locaiton for the polyfill to live SVGElement.prototype.getTransformToElement = SVGElement.prototype.getTransformToElement || function(toElement) { return toElement.getScreenCTM().inverse().multiply(this.getScreenCTM()); }; \ No newline at end of file