TJ

Results 450 issues of 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...

enhancement

other than `el.on('click', '.pane-close')`

enhancement

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

enhancement

`.next()` and no index etc.. no random access

dox --api needs to default to ignoring implicit titles, and wrap with github's code things for highlighting

enhancement