phetsims / gene-expression-essentials

An educational simulation about how genes work to create proteins.
GNU General Public License v3.0
4 stars 6 forks source link

can commented out code be removed? #33

Closed jbphet closed 7 years ago

jbphet commented 7 years ago

The following block of code exists in ManualGeneExpressionModel:

    // Properties that keep track of whether the first or last gene is
    // currently active, which means that the user is viewing it.
    //this.isFirstGeneActive = this.activeGeneProperty.get() === this.dnaMolecule.getGenes()[ 0 ];
    //this.isLastGeneActive = this.activeGeneProperty.get() === this.dnaMolecule.getLastGene();

Why is this commented out? Can it be removed?

aadish commented 7 years ago

fixed, closing