提交 e34efe2d 编写于 作者: M Mr.doob

Updated builds.

上级 b34af466
......@@ -25959,7 +25959,7 @@
var trackType = track.constructor;
var json; // derived classes can define a static toJSON method
if (trackType.toJSON !== undefined) {
if (trackType.toJSON !== this.toJSON) {
json = trackType.toJSON(track);
} else {
// by default, we assume the data can be serialized as-is
此差异已折叠。
......@@ -32999,7 +32999,7 @@ class KeyframeTrack {
let json;
// derived classes can define a static toJSON method
if ( trackType.toJSON !== undefined ) {
if ( trackType.toJSON !== this.toJSON ) {
json = trackType.toJSON( track );
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册