FLUJOS/BACK_BACK/node_modules/d3-selection/src/selection/call.js
2025-11-07 00:06:12 +01:00

6 lines
134 B
JavaScript
Executable file

export default function() {
var callback = arguments[0];
arguments[0] = this;
callback.apply(null, arguments);
return this;
}