diff options
Diffstat (limited to 'js/IntegerOp/BITSET.js')
-rw-r--r-- | js/IntegerOp/BITSET.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/IntegerOp/BITSET.js b/js/IntegerOp/BITSET.js index 785af65c..1c081016 100644 --- a/js/IntegerOp/BITSET.js +++ b/js/IntegerOp/BITSET.js @@ -33,7 +33,6 @@ function BITSET() { var ok = true; this.Datatype = arguments[0]["Datatype"]; this.bit = parseFloat(arguments[0]["bit"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |