TJ
TJ
or similar naming, so instead of: ``` js var view = new StreamView(stream); ul.append(view.el); ``` you could do: ``` js var view = new StreamView(stream); ul.append(view); ``` although this does...
other than `el.on('click', '.pane-close')`
use Enumerable, perf will be lower since we have more indirection but meh, dont use this sort of tool in a hot area anyway
useful for triggering CSS transitions: `.addClass('show', 1000)`, removed after 1s
`.next()` and no index etc.. no random access
sorting
dox --api needs to default to ignoring implicit titles, and wrap with github's code things for highlighting