-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Running into this nice-to-have. When setting, it's fluent
, when getting, it's a getter
.
function Queue() {
this.state = {
concurrency: 1,
timeout: false
}
}
delegate(Queue, 'state')
.fluent('concurrency')
.fluent('timeout')
Queue.prototype.run = function() {
var concurrency = this.concurrency // [Function] oh noz.
}
Not sure of a name :-/
Metadata
Metadata
Assignees
Labels
No labels