Rx.helpers.noop()
A function which does nothing
Example
var noop = Rx.helpers.noop;
// This does nothing!
noop();
Rx.helpers.noop()
A function which does nothing
var noop = Rx.helpers.noop;
// This does nothing!
noop();