Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add .toElement() support #50

Open
tj opened this issue Sep 6, 2013 · 2 comments
Open

add .toElement() support #50

tj opened this issue Sep 6, 2013 · 2 comments

Comments

@tj
Copy link
Member

tj commented Sep 6, 2013

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

@yields
Copy link
Member

yields commented Oct 21, 2013

+1 this doesn't look like a bug to me, golang does this sort of things, i think it's pretty elegant ;)

@ianstormtaylor
Copy link
Contributor

+1 this sounds awesome

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

No branches or pull requests

3 participants