Empty stage faster than use unassigned Stage
function Empty() {
Stage.apply(this);
}
Option name | Type | Description |
---|---|---|
context | Context | evaluating context |
[callback] | Context | returning callback |
override of execute
Empty.prototype.execute = function(ctx, callback){
callback(null, ctx);
};