Browse Source

Merge pull request #18927 from Mugen87/dev48

Clean up comments.
Michael Herzog 5 years ago
parent
commit
51e1c3159d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/animation/PropertyBinding.js
  2. 1 1
      src/math/Interpolant.js

+ 1 - 1
src/animation/PropertyBinding.js

@@ -702,7 +702,7 @@ Object.assign( PropertyBinding.prototype, { // prototype, continued
 
 } );
 
-//!\ DECLARE ALIAS AFTER assign prototype !
+// DECLARE ALIAS AFTER assign prototype
 Object.assign( PropertyBinding.prototype, {
 
 	// initial state of these methods that calls 'bind'

+ 1 - 1
src/math/Interpolant.js

@@ -244,7 +244,7 @@ Object.assign( Interpolant.prototype, {
 
 } );
 
-//!\ DECLARE ALIAS AFTER assign prototype !
+// DECLARE ALIAS AFTER assign prototype
 Object.assign( Interpolant.prototype, {
 
 	//( 0, t, t0 ), returns this.resultBuffer