Optimise chanlist render()
authorJack Allnutt <m2ys4u@gmail.com>
Wed, 22 May 2013 09:08:14 +0000 (10:08 +0100)
committerJack Allnutt <m2ys4u@gmail.com>
Wed, 22 May 2013 09:08:14 +0000 (10:08 +0100)
commit6b2f04c8d3ea395e02a92687b68bb05a4f33c9f8
tree6842d8c079635da93fd37af39e1f0104b7073ec1
parenteb277015fe36788a745f53ee00871cb1071441d8
Optimise chanlist render()

Don't loop over all channels as head of channel list is in the same order as the DOM.

Use a for loop to append the channel rows instead of _.each to avoid overhead of function call.
client/assets/dev/applet_chanlist.js