"What a cool guy! Just read his twitter stream - some real gems in there (he should have 100x more followers). In also notice the big smile in every picture. Thanks for doing this profile!"
- Mike Koss
"It's just setting a property called 'constructor' in the prototype. This is its "normal" setting, but when you get the prototype from an instance of another class, the 'constructor' will be set to the other class's constructor instead. So this just sets it to what is expected in case any code depends on it."
- Mike Koss