Skip to content

Adding a property that is not in backing causes an error on get #1

@QueueHammer

Description

@QueueHammer

Creating a property that is not in the backing causes an error when trying to set or get the value.

x = M.wrap({a:1, b:2});
x.m.add('c');
console.log(x.c); //Error

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