Skip to content

Instantly share code, notes, and snippets.

@numa08
Last active August 29, 2015 13:56
Show Gist options
  • Save numa08/9036095 to your computer and use it in GitHub Desktop.
Save numa08/9036095 to your computer and use it in GitHub Desktop.
var myfunc = function(hoge) {
return function() {
hoge.each;
};
};
mc.each(myfunc(hoge));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment