Skip to content

Commit

Permalink
Because the details matter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicdford committed Apr 22, 2016
1 parent 3fcd239 commit 86cbc55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/js/jointjs-pods.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());
};

0 comments on commit 86cbc55

Please sign in to comment.