This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
update class name
tags/4.0.0
cavencj
1 year ago
parent
c2672d1ad8
commit
858ed2227f
2 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/global-api/index.js
0
0
src/global-api/parameter.js
+ 1
- 1
src/global-api/index.js
View File
@@ -3,4 +3,4 @@
*/
export { registerLib, getLib } from './lib-utils.js'
export { setParam, getParam } from './paramter.js'
export { setParam, getParam } from './param
e
ter.js'
src/global-api/paramter.js → src/global-api/parameter.js
View File
Write
Preview
Loading…
Cancel
Save