This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
samien
/
three.js
mirror da
https://github.com/mrdoob/three.js.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Terminate statement in KeyframeTrackPrototype
Tristan VALCKE
9 anni fa
parent
fcf6239e0b
commit
b39fd5605f
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
src/animation/KeyframeTrackPrototype.js
+ 1
- 1
src/animation/KeyframeTrackPrototype.js
Vedi File
@@ -362,6 +362,6 @@ KeyframeTrackPrototype = {
}
-}
+}
;
export { KeyframeTrackPrototype };