소스 검색

Remove unnecessary lines of PropertyBinding. (#9362)

Takahiro 9 년 전
부모
커밋
1e7d013131
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/animation/PropertyBinding.js

+ 0 - 6
src/animation/PropertyBinding.js

@@ -552,12 +552,6 @@ PropertyBinding.parseTrackName = function( trackName ) {
 
 	}
 
-	if ( matches.index === re.lastIndex ) {
-
-		re.lastIndex++;
-
-	}
-
 	var results = {
 		// directoryName: matches[ 1 ], // (tschw) currently unused
 		nodeName: matches[ 2 ], 	// allowed to be null, specified root node.