mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 08:25:51 +00:00
.
This commit is contained in:
@@ -48,7 +48,7 @@ EventEmitter.prototype.listeners = function (e) {
|
||||
EventEmitter.prototype.once = function (e, f) {
|
||||
var that = this;
|
||||
this.on(e, function g() {
|
||||
f.apply(es, arguments);
|
||||
f.apply(e, arguments);
|
||||
that.off(e, g);
|
||||
});
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user