From dbc70acd58761ca1dc32944135789fc9199b17db Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Tue, 14 Jun 2016 14:59:49 -0400 Subject: [PATCH] Make copyEnv a shared constant. --- unpacked/jax/input/TeX/jax.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js index b16dafc8e..36e53592c 100644 --- a/unpacked/jax/input/TeX/jax.js +++ b/unpacked/jax/input/TeX/jax.js @@ -258,10 +258,9 @@ }); STACKITEM.array = STACKITEM.Subclass({ - type: "array", isOpen: true, arraydef: {}, + type: "array", isOpen: true, copyEnv: false, arraydef: {}, Init: function () { this.table = []; this.row = []; this.frame = []; this.hfill = []; - this.copyEnv = false; this.SUPER(arguments).Init.apply(this,arguments); }, checkItem: function (item) {