alibabacloud-tdsr-js-player
Advanced tools
Comparing version
@@ -348,3 +348,3 @@ import TWEEN from "../../aframe-extension/lib/tween"; | ||
}); | ||
[...frag_div.children].map(item => { | ||
Array.from(frag_div.children).map(item => { | ||
that.container.appendChild(item); | ||
@@ -351,0 +351,0 @@ }); |
@@ -340,3 +340,3 @@ "use strict"; | ||
}); | ||
frag_div.children.slice().map(function (item) { | ||
Array.from(frag_div.children).map(function (item) { | ||
that.container.appendChild(item); | ||
@@ -343,0 +343,0 @@ }); |
{ | ||
"name": "alibabacloud-tdsr-js-player", | ||
"version": "1.2.0-beta.8", | ||
"version": "1.2.0-beta.9", | ||
"description": "tdsr sdk implement with aframe", | ||
@@ -5,0 +5,0 @@ "main": "dist/scenegosdk-aframe.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22906136
0