.
Size: a a a
.
DE
.
DE
.
DE
.
extendsDE
DE
extends.
DE
.
DE
DE
.
Pull.prototype.end = function () {
this.redis.end(false);
this.push(null);
};
Когда пишу так - не работает -class end extends Pull {
constructor(redis, push){
super(redis, push);
this.redis.end(false);
this.push(null);
}
};S
Pull.prototype.end = function () {
this.redis.end(false);
this.push(null);
};
Когда пишу так - не работает -class end extends Pull {
constructor(redis, push){
super(redis, push);
this.redis.end(false);
this.push(null);
}
};
DE
Pull.prototype.end = function () {
this.redis.end(false);
this.push(null);
};
Когда пишу так - не работает -class end extends Pull {
constructor(redis, push){
super(redis, push);
this.redis.end(false);
this.push(null);
}
};.
К
К