export default function() { var callback = arguments[0]; arguments[0] = this; callback.apply(null, arguments); return this; }