Appears that when initializing via Usergrid.init('xxxx', 'yyyy'), arguments is being clobbered. Need to ensure that we do an Array.prototype.slice.call(arguments) inside client.js.
It also appears that only one of two arguments is properly being passed from Usergrid.init() to client.js - need to use arguments to initialize Usergrid shared instance instead of options. See http://stackoverflow.com/questions/1606797/use-of-apply-with-new-operator-is-this-possible