noop_.noop()
Returns undefined irrespective of the arguments passed to it. Useful as the default for optional callback arguments.
obj.initialize = _.noop;
noop_.noop()
Returns undefined irrespective of the arguments passed to it. Useful as the default for optional callback arguments.
obj.initialize = _.noop;
Please login to continue.