Skip to content

Commit 1d162ac

Browse files
authored
Merge pull request #1 from plotly/es6-import
Fix d3v3 ES6 import
2 parents 8424d2a + 419ed2a commit 1d162ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

d3.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9556,4 +9556,4 @@
95569556
return request.responseXML;
95579557
});
95589558
if (typeof define === "function" && define.amd) this.d3 = d3, define(d3); else if (typeof module === "object" && module.exports) module.exports = d3; else this.d3 = d3;
9559-
}();
9559+
}.apply(self);

0 commit comments

Comments
 (0)