Browse Source

Clean up comments.

Mugen87 5 years ago
parent
commit
91156b6167
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