Skip to content

Instantly share code, notes, and snippets.

@martinowen
Created September 9, 2011 14:50
Embed
What would you like to do?
// 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