Guest User

Untitled

a guest
Apr 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. jQuery.fn.bind = function (bind) {
  2. return function () {
  3. console.count("jQuery bind count");
  4. console.log("jQuery bind %o", this);
  5. return bind.apply(this, arguments);
  6. };
  7. }(jQuery.fn.bind);
Add Comment
Please, Sign In to add comment