Make copyEnv a shared constant.

This commit is contained in:
Davide P. Cervone 2016-06-14 14:59:49 -04:00
parent fcda005c56
commit dbc70acd58

View File

@ -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) {