Przeglądaj źródła

Terminate statement in KeyframeTrackPrototype

Tristan VALCKE 9 lat temu
rodzic
commit
b39fd5605f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/animation/KeyframeTrackPrototype.js

+ 1 - 1
src/animation/KeyframeTrackPrototype.js

@@ -362,6 +362,6 @@ KeyframeTrackPrototype = {
 
 	}
 
-}
+};
 
 export { KeyframeTrackPrototype };

粤ICP备19079148号