summaryrefslogtreecommitdiffstats
path: root/codon.mjs
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-02-18 16:34:51 -0500
committerBrian Cully <bjc@kublai.com>2021-02-18 16:34:51 -0500
commitc7f2bd8f2c2da652baff5ebc35562f7567574c9e (patch)
tree75bb7d5d52acf684416c37d9c4955b7908e4ad16 /codon.mjs
parent737b94c65bf275ce66df24f65dfbf418d4835902 (diff)
downloadmolsim2-c7f2bd8f2c2da652baff5ebc35562f7567574c9e.tar.gz
molsim2-c7f2bd8f2c2da652baff5ebc35562f7567574c9e.zip
Get genome cloning working again.
Diffstat (limited to 'codon.mjs')
-rw-r--r--codon.mjs8
1 files changed, 0 insertions, 8 deletions
diff --git a/codon.mjs b/codon.mjs
index 7cc5ea1..612e4ac 100644
--- a/codon.mjs
+++ b/codon.mjs
@@ -25,14 +25,6 @@ class Codon {
return this._elt
}
- get aaElt() {
- if (this._aaElt === undefined) {
- this._aaElt = document.createElement('div')
- this._aaElt.classList.add('amino-acid')
- }
- return this._aaElt
- }
-
lock() {
this.bases.forEach(n => n.lock())
this.aminoAcid.lock()