Skip to content

Missing _ in builder.extend #406

@chrisjensen

Description

@chrisjensen

Builder file is missing an _

this[_name] = Utils.override(this[name], _fun);

This goes unnoticed in the browser because name resolves to a global variable which results in the call being Utils.override(undefined, _fun) (which works).

However, when running in headless tests on node, it results in an undefined variable exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions