Rx.helpers.noop()

A function which does nothing

Example

var noop = Rx.helpers.noop;

// This does nothing!
noop();