Jump To …

fluid.js

module.exports = function (fn) { 
	return function() { 
		fn.apply(this, arguments)
		return this
	}
}