Skip to content

Proxy some static methods to instance methods #187

Closed
@accolver

Description

@accolver

Change something like

var document = Document.get(doc.id);
Document.update(document.id, { field: 'here' });

to....

var document = Document.get(doc.id);
document.update({ field: 'here' });

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions