Explorar o código

Remove unneeded comma in NumberKeyframeTrack

Tristan Valcke %!s(int64=9) %!d(string=hai) anos
pai
achega
bbf8aa17f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/animation/tracks/NumberKeyframeTrack.js

+ 1 - 1
src/animation/tracks/NumberKeyframeTrack.js

@@ -21,7 +21,7 @@ NumberKeyframeTrack.prototype =
 
 
 	constructor: NumberKeyframeTrack,
 	constructor: NumberKeyframeTrack,
 
 
-	ValueTypeName: 'number',
+	ValueTypeName: 'number'
 
 
 	// ValueBufferType is inherited
 	// ValueBufferType is inherited
 
 

粤ICP备19079148号