Closed qfox closed 7 years ago
It's a major change but it will add a way to extend basic behaviour of helpers.
E.g. .helpful().title('another title').act(function() { doSomething(); return this.__base.apply(); }).end().
.helpful().title('another title').act(function() { doSomething(); return this.__base.apply(); }).end()
As temporary (or persistent) alternative we can add an option like .helpful({ endless: true }).
.helpful({ endless: true })
Closed in favor of #82
It's a major change but it will add a way to extend basic behaviour of helpers.
E.g.
.helpful().title('another title').act(function() { doSomething(); return this.__base.apply(); }).end()
.As temporary (or persistent) alternative we can add an option like
.helpful({ endless: true })
.