Skip to content

Check initialization via Usergrid.init('xxxx', 'yyyy') #6

@brandonscript

Description

@brandonscript

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions