Skip to content
This repository was archived by the owner on Dec 7, 2017. It is now read-only.
This repository was archived by the owner on Dec 7, 2017. It is now read-only.

Objectify.denormalize throws exception "Object required" for IE8 only. #2

@sgreenfield

Description

@sgreenfield

var obj = { foo: null };
Objectify.denormalize(obj);

Chrome console output: Object {foo: null}

FF console output: Object { foo=null}

IE8 devtools console output: Object required

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