| | | |
Offset 1, 8 lines modified | Offset 1, 8 lines modified |
1 | //·https://d3js.org/d3-chord/·Version·1.0.4.·Copyright·2021·Mike·Bostock. | 1 | //·https://d3js.org/d3-chord/·Version·1.0.4.·Copyright·2020·Mike·Bostock. |
2 | (function(global,·factory)·{ | 2 | (function(global,·factory)·{ |
3 | ····typeof·exports·===·'object'·&&·typeof·module·!==·'undefined'·?·factory(exports,·require('d3-array'),·require('d3-path'))·: | 3 | ····typeof·exports·===·'object'·&&·typeof·module·!==·'undefined'·?·factory(exports,·require('d3-array'),·require('d3-path'))·: |
4 | ········typeof·define·===·'function'·&&·define.amd·?·define(['exports',·'d3-array',·'d3-path'],·factory)·: | 4 | ········typeof·define·===·'function'·&&·define.amd·?·define(['exports',·'d3-array',·'d3-path'],·factory)·: |
5 | ········(factory((global.d3·=·{}),·global.d3,·global.d3)); | 5 | ········(factory((global.d3·=·{}),·global.d3,·global.d3)); |
6 | }(this,·(function(exports,·d3Array,·d3Path)·{ | 6 | }(this,·(function(exports,·d3Array,·d3Path)·{ |
7 | ····'use·strict'; | 7 | ····'use·strict'; |
| |