Skip to content

Instantly share code, notes, and snippets.

@martinowen
Created September 9, 2011 14:50
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 martinowen/1206422 to your computer and use it in GitHub Desktop.
Save martinowen/1206422 to your computer and use it in GitHub Desktop.
// in ejs.js
myEval.call(out,'this.process = (function(_CONTEXT,_VIEW){' + out.out + '});\r\n//@ sourceURL='+name+".js");
myEval.call(out,'this.process = (function(_CONTEXT,_VIEW){' + out.out + '});\r\n//@ sourceURL="'+name+'.js"');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment