Skip to content

Commit

Permalink
Addressed review:"Do we really want default parameters here?". Molecu…
Browse files Browse the repository at this point in the history
…le should not exist without atoms.
  • Loading branch information
Denz1994 committed Mar 9, 2020
1 parent 774dfc2 commit 667635b
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 @@ -11,7 +11,6 @@ import buildAMolecule from '../../buildAMolecule.js';
import MoleculeStructure from './MoleculeStructure.js';

class Molecule extends MoleculeStructure {
//REVIEW: Do we really want default parameters here?
/**
* @param numAtoms
* @param numBonds
Expand Down

0 comments on commit 667635b

Please sign in to comment.