mirror of https://github.com/luileito/jsketch.git
Linted
This commit is contained in:
parent
4c44427e19
commit
8424e2c47a
|
|
@ -239,7 +239,7 @@
|
|||
var contents = build();
|
||||
callback(contents);
|
||||
} else {
|
||||
console.info('Waiting for queue to be empty:', asyncQueue);
|
||||
console.info('Waiting for %s async operations to be finished ...', asyncOps);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -268,6 +268,8 @@
|
|||
// User has not defined this event, so attach our listener.
|
||||
options.events[evName] = listener;
|
||||
}
|
||||
|
||||
return this;
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue