[quote]Object.defineProperty(Function.prototype, "Source", {
get: function(){
return /{([\s\S]+)}/.exec(this.toString())[1];
}
});[/quote]Magic.
I seem to have posted this in the wrong place...
-
[quote] I seem to have posted this in the wrong place...[/quote] Really Daz...? What did you expect? I would love to help, but I'm an absolute retard when it comes to programming