소스 검색

removed callback comment block since no longer needed

Kacey Coley 7 년 전
부모
커밋
11e8f17049
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      src/Animations/babylon.animation.ts

+ 0 - 5
src/Animations/babylon.animation.ts

@@ -37,11 +37,6 @@
         public isDone: boolean = false;
 
         /**
-         * This callback is an event to perform when triggered by a frame
-         * @callback actionCallback
-         */
-
-        /**
          * Initializes the animation event
          * @param frame The frame for which the event is triggered
          * @param action The event to perform when triggered