mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
config redirect
This commit is contained in:
5
node_modules/d3-selection/src/selection/datum.js
generated
vendored
Normal file
5
node_modules/d3-selection/src/selection/datum.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export default function(value) {
|
||||
return arguments.length
|
||||
? this.property("__data__", value)
|
||||
: this.node().__data__;
|
||||
}
|
||||
Reference in New Issue
Block a user