Skip to content

Instantly share code, notes, and snippets.

@dkushnikov
Created September 16, 2013 17:31
Show Gist options
  • Save dkushnikov/6583830 to your computer and use it in GitHub Desktop.
Save dkushnikov/6583830 to your computer and use it in GitHub Desktop.
(function (BEM, $) {
BEM.DOM.prototype._proxy = function (func) {
return $.proxy(func, this);
};
})(BEM, jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment