From 667635bd1bf3799af4b2997fa080143f2bc158fe Mon Sep 17 00:00:00 2001 From: denz1994 Date: Mon, 9 Mar 2020 12:46:52 -0400 Subject: [PATCH] Addressed review:"Do we really want default parameters here?". Molecule should not exist without atoms. --- js/common/model/Molecule.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/common/model/Molecule.js b/js/common/model/Molecule.js index e9dd5842..533739d3 100644 --- a/js/common/model/Molecule.js +++ b/js/common/model/Molecule.js @@ -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