Strange error, bricked my session.


uh oh

Think what I did was try to access a property in a very strange way like this:

return {
    //.............
    toString: function(){ return this.Origin; }
};

and when I used it on a call it broke Snap ! (it was on accident)

Sigh. this isn't a bug, or even worth a bug report. If you're messing with JS or the Snap source code, all kinds of things happen. If you do find an issue there (and this probably is not an issue of interest), please report it on Github, not here. Otherwise other users will think that there are errors in Snap that can "brick my session". Thank you.