Rx.helpers.noop()

返回一个空函数。

var noop = Rx.helpers.noop;

// This does nothing!
noop();