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 index.js
tags/4.0.0
Caven Chen
1 year ago
parent
d0e8b53b40
commit
c1ab95506b
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/index.js
+ 1
- 1
src/index.js
View File
@@ -30,7 +30,7 @@ export function ready(options = {}) {
if (__isInitialized) {
return Promise.resolve()
}
//
__cmdOut && __cmdOut()
__cmdOut && __cmdOut()
if (options['baseUrl']) {
this.config.baseUrl = options['baseUrl']
}
Write
Preview
Loading…
Cancel
Save