Skip to content

add .toElement() support #50

@tj

Description

@tj

or similar naming, so instead of:

var view = new StreamView(stream);
ul.append(view.el);

you could do:

var view = new StreamView(stream);
ul.append(view);

although this does look like a bug, tough call

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions