Why is OpensocialReference.js obfuscated? It's one of the files that
Google distributed in their in-memory container release. I'm pretty
sure it implements the parent container class, but I couldn't get that
class to do anything.
It implements default implementations to reduce the necessary amount of
boilerplate in each individual container. Not sure why it's obfuscated
though.
So it will actually make the AJAX calls to /feeds/people/user-id etc.?
That's what I was expecting it to do but I couldn't get it to work so
I started writing my own. But I don't _want_ to write my own.