ag-timemachine
Advanced tools
Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "ag-timemachine", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -136,3 +136,3 @@ "use strict"; | ||
}; | ||
this.pollhandle = AgPoll_1.AgPoll.poll(1000, this.flushBuffer); | ||
this.pollhandle = AgPoll_1.AgPoll.poll(1000, function () { return _this.flushBuffer(); }); | ||
return [2 /*return*/]; | ||
@@ -139,0 +139,0 @@ }); |
69165