mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update std.js
This commit is contained in:
parent
1ef71e54bf
commit
336c0b7be1
|
@ -342,7 +342,7 @@ function AsyncFunction(f) {
|
||||||
this.f = f;
|
this.f = f;
|
||||||
|
|
||||||
this.run = function() {
|
this.run = function() {
|
||||||
AsyncFunction.counter++; // increase number of async functions
|
AsyncFunction.counter++; // increase number of async functions
|
||||||
|
|
||||||
var _this = this;
|
var _this = this;
|
||||||
var f = function() {
|
var f = function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user