Skip to content

Commit

Permalink
Removed TODO related to #115.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Mar 25, 2020
1 parent 843870e commit ac769f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/model/Molecule.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class Molecule extends MoleculeStructure {
*/
shiftDestination( delta ) {
this.atoms.forEach( atom => {
// TODO: memory: consider alternate mutable form atom.destination.add( delta )
atom.isSeparatingProperty.value = true;
atom.destinationProperty.value = atom.destinationProperty.value.plus( delta );
} );
Expand Down

0 comments on commit ac769f7

Please sign in to comment.