瀏覽代碼

Fix bad refactoring of loopCount member

Tristan Valcke 9 年之前
父節點
當前提交
1bfb2a76b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/animation/AnimationAction.js

+ 1 - 1
src/animation/AnimationAction.js

@@ -473,7 +473,7 @@ AnimationAction.prototype = {
 			if ( loopCount === -1 ) {
 				// just started
 
-				this.loopCount = 0;
+				this._loopCount = 0;
 				this._setEndings( true, true, false );
 
 			}

粤ICP备19079148号