Skip to content

Instantly share code, notes, and snippets.

Created April 19, 2014 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a9aac2e6f96b53f1f1ac to your computer and use it in GitHub Desktop.
Save anonymous/a9aac2e6f96b53f1f1ac to your computer and use it in GitHub Desktop.
var BIContent = function () {
var args = [].slice.call(arguments);
BIContent = R['/']([token, R['s']([Char, BIContent])]);
return BIContent.apply(null, args);
};
Copy link

ghost commented Apr 19, 2014

var BIContent = (function () {
  var args = [].slice.call(arguments);
  BIContent = this(BIContent);
  return BIContent.apply(null, args);
}).bind(function (x) { R['/']([token, R['s']([Char, x])]) });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment