Skip to content

Instantly share code, notes, and snippets.

@itrelease
Created February 15, 2010 17:18
Show Gist options
  • Save itrelease/304807 to your computer and use it in GitHub Desktop.
Save itrelease/304807 to your computer and use it in GitHub Desktop.
(function(){
this.__defineGetter__("__FILE__", function() {
return (new Error).stack.split("\n")[2].split("@")[1].split(":").slice(0,-1).join(":");
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment