flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
9
BACK_BACK/node_modules/d3-selection/src/namespaces.js
generated
vendored
Executable file
9
BACK_BACK/node_modules/d3-selection/src/namespaces.js
generated
vendored
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
export var xhtml = "http://www.w3.org/1999/xhtml";
|
||||
|
||||
export default {
|
||||
svg: "http://www.w3.org/2000/svg",
|
||||
xhtml: xhtml,
|
||||
xlink: "http://www.w3.org/1999/xlink",
|
||||
xml: "http://www.w3.org/XML/1998/namespace",
|
||||
xmlns: "http://www.w3.org/2000/xmlns/"
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue