MCPcopy Create free account
hub / github.com/breck7/scroll / pointish

Function pointish

external/.d3.js:14923–14935  ·  view source on GitHub ↗
(scale)

Source from the content-addressed store, hash-verified

14921}
14922
14923function pointish(scale) {
14924 var copy = scale.copy;
14925
14926 scale.padding = scale.paddingOuter;
14927 delete scale.paddingInner;
14928 delete scale.paddingOuter;
14929
14930 scale.copy = function() {
14931 return pointish(copy());
14932 };
14933
14934 return scale;
14935}
14936
14937function point$4() {
14938 return pointish(band.apply(null, arguments).paddingInner(1));

Callers 1

point$4Function · 0.85

Calls 1

copyFunction · 0.85

Tested by

no test coverage detected