File size: 134 Bytes
bc20498
 
 
 
 
 
1
2
3
4
5
6
7
export default function() {
  var callback = arguments[0];
  arguments[0] = this;
  callback.apply(null, arguments);
  return this;
}