Skip to content

DataModel handler verb 'Deleted' should be 'Destroyed' #107

@markmssd

Description

@markmssd

By checking the log from DataModel after deleting an object, the console prints

'Implement handling for 'destroyed' socket messages'

I renamed that handler on line 164 for 'handlerDestroyed' instead of 'handlerDeleted',
and it now works as expected!

DataModel.prototype.handlerDestroyed = function handlerDestroyed(message) {
    // method implementation here
}

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