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
improve @dc-modules/dynamic
tags/2.2.2
Caven Chen
4 years ago
parent
4bf9d73757
commit
b899591555
1 changed files
with
9 additions
and
0 deletions
Split View
Show Diff Stats
9
0
modules/overlay/dynamic/DynamicOverlay.js
+ 9
- 0
modules/overlay/dynamic/DynamicOverlay.js
View File
@@ -83,6 +83,15 @@ class DynamicOverlay extends Overlay {
this._cache.push(this._lastTime)
return this
}
/**
*
* @param content
* @returns {DynamicOverlay}
*/
bindDom(content) {
return this
}
}
Overlay.registerType('dynamic-model')
Write
Preview
Loading…
Cancel
Save