UNPKG

d3

Version:

A small, free JavaScript library for manipulating documents based on data.

6 lines (5 loc) 128 B
if (!Object.create) Object.create = function(o) { /** @constructor */ function f() {} f.prototype = o; return new f(); };