Guest User

Untitled

a guest
Jan 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. 2,4c2,5
  2. < var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
  3. < __bind(function(x) {
  4. < return __bind(function(y) {
  5. ---
  6. > var _this = this;
  7. >
  8. > (function(x) {
  9. > return function(y) {
  10. 6,8c7,10
  11. < return __bind(function(a) {
  12. < return this;
  13. < }, this);
  14. ---
  15. > var _this = this;
  16. > return function(a) {
  17. > return _this;
  18. > };
  19. 10,11c12,14
  20. < }, this);
  21. < }, this);
  22. ---
  23. > };
  24. > });
  25. >
Add Comment
Please, Sign In to add comment