Skip to content

_.isPlainObject seems totally broken #144

Open
@tjwebb

Description

@tjwebb
assert(_.isPlainObject({ a: _.isZero }));
assert(_.isPlainObject({ }));

These fail. I can't find any sane value that will pass. Can someone give me a quick sanity check?

Node 0.10, underscore 1.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    after modulesThis should be postponed until after modularization (temporary label, see #220)bug

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions