Browse Source

Remove unnecessary lines of PropertyBinding. (#9362)

Takahiro 9 years ago
parent
commit
1e7d013131
1 changed files with 0 additions and 6 deletions
  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.