glowingbear-mainbox/js
Philippe Proulx df7d21f63f weechat-protocol.js: use pointer instead of slicing
I don't know if this changes anything to performance, but my instinct
tells me that it's better to update a pointer within a big array to get
slices than creating a new slice each time.

Perhaps the JS engine is clever enough to not create a copy each time
and only update its internal references of the array bounds, but just
in case...
2013-10-05 15:20:42 -04:00
..
angular.min.js login: added simple form 2013-02-16 13:18:14 -05:00
localstorage.js Save the connection paramaters into localStorage 2013-10-05 16:05:16 +02:00
underscore.js Adds underscorejs 2013-07-27 23:59:12 -04:00
websockets.js weechat-protocol.js: clean code (indentation/trailing spaces) 2013-10-05 14:24:36 -04:00
weechat-protocol.js weechat-protocol.js: use pointer instead of slicing 2013-10-05 15:20:42 -04:00