You've already forked wakapi-readme-stats
Bar graph added.
This commit is contained in:
5
node_modules/vega-util/src/inherits.js
generated
vendored
Normal file
5
node_modules/vega-util/src/inherits.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export default function(child, parent) {
|
||||
var proto = (child.prototype = Object.create(parent.prototype));
|
||||
proto.constructor = child;
|
||||
return proto;
|
||||
}
|
||||
Reference in New Issue
Block a user