dom icon indicating copy to clipboard operation
dom copied to clipboard

add .toElement() support

Open tj opened this issue 12 years ago • 2 comments

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

tj avatar Sep 06 '13 20:09 tj

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

yields avatar Oct 21 '13 17:10 yields

+1 this sounds awesome

ianstormtaylor avatar Oct 21 '13 17:10 ianstormtaylor