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

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

Open
sgreenfield opened this issue Jul 23, 2013 · 0 comments

Comments

@sgreenfield
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant