aboutsummaryrefslogtreecommitdiffstats
path: root/jsre/ethereum_js.go
diff options
context:
space:
mode:
Diffstat (limited to 'jsre/ethereum_js.go')
-rw-r--r--jsre/ethereum_js.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/jsre/ethereum_js.go b/jsre/ethereum_js.go
index 7063a90ec..94e4fde82 100644
--- a/jsre/ethereum_js.go
+++ b/jsre/ethereum_js.go
@@ -5740,7 +5740,9 @@ Property.prototype.extractCallback = function (args) {
*/
Property.prototype.attachToObject = function (obj) {
var proto = {
- get: this.buildGet()
+ //get: this.buildGet()
+ get: this.buildGet(),
+ enumerable: true
};
var names = this.name.split('.');