Make copyEnv a shared constant.
This commit is contained in:
parent
fcda005c56
commit
dbc70acd58
|
@ -258,10 +258,9 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
STACKITEM.array = STACKITEM.Subclass({
|
STACKITEM.array = STACKITEM.Subclass({
|
||||||
type: "array", isOpen: true, arraydef: {},
|
type: "array", isOpen: true, copyEnv: false, arraydef: {},
|
||||||
Init: function () {
|
Init: function () {
|
||||||
this.table = []; this.row = []; this.frame = []; this.hfill = [];
|
this.table = []; this.row = []; this.frame = []; this.hfill = [];
|
||||||
this.copyEnv = false;
|
|
||||||
this.SUPER(arguments).Init.apply(this,arguments);
|
this.SUPER(arguments).Init.apply(this,arguments);
|
||||||
},
|
},
|
||||||
checkItem: function (item) {
|
checkItem: function (item) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user