Browse Source

Terminate statement in KeyframeTrackPrototype

Tristan VALCKE 8 years ago
parent
commit
b39fd5605f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/animation/KeyframeTrackPrototype.js

+ 1 - 1
src/animation/KeyframeTrackPrototype.js

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