Fix bug with var self = this;
This commit is contained in:
parent
61f0c3063a
commit
72fe25aff9
@ -12,7 +12,7 @@ function AddressController(node) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
AddressController.prototype.show = function(req, res) {
|
AddressController.prototype.show = function(req, res) {
|
||||||
var self;
|
var self = this;
|
||||||
var options = {
|
var options = {
|
||||||
noTxList: parseInt(req.query.noTxList)
|
noTxList: parseInt(req.query.noTxList)
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user